claviz-hub
v0.0.62
Published
ETL engine for Claviz.
Readme
claviz-hub
ETL engine for Claviz.
Changelog
0.0.62 (26.11.2025)
- Moved
workflowStatusinitialization intoclavizHubso the runner now loads and updates an existing log bytraceId, ensuring each workflow log starts and ends consistently in the main hub.
0.0.61 (11.11.2025)
- Fix incorrect JSON payload parsing for python scripts.
0.0.60 (08.11.2025)
- Pass payload to python script (available inside a job via
context['payload']). - Set "days to store fact history" for ClavizHub workflow logs collection to 30.
0.0.59 (08.07.2025)
- Expose KeyVault to Python jobs.
- Allow creating MSSQL and PostgreSQL database tables from connection.
0.0.58 (30.05.2025)
- Set 480 minutes idle time for ClavizHub app.
- Resolve clavizhub run workflow sync function with success flag.
- Potential fix for clavizhub run workflow sync function when it resolves before workflow completion
0.0.57 (08.05.2025)
- Fix running notification time not being reset after workflow is ended.
- Fix workflow status not being sent to Slack after "Workflow terminated unexpectedly before completion".
- Fix job parameters not being set correctly for duplicated parameters if the first one is disabled.
0.0.56 (06.05.2025)
- Fix running notification not being fired for workflow.
0.0.55 (30.04.2025)
0.0.54 (30.04.2025)
- Fix search in workflows table.
- Fix item count calculation in workflows table pagination.
- Fix sorting in workflows, jobs tables.
0.0.53 (29.04.2025)
- Add retry option to jobs in workflow.
- Show "Next run" for workflows.
- Add Workflow filter (all/running/scheduled/failed).
- Fix sorting in workflows, jobs, connections tables.
0.0.52 (11.04.2025)
- Fix typos.
0.0.51 (08.04.2025)
- If workflow is stopped before completion, it will now fail with "Workflow terminated unexpectedly before completion." message.
- User will now be asked for confirmation when stopping workflows.
- Added "Runtime notification interval" for workflows. Every minute, it calculates how long each workflow has been running and sends a notification at the defined "Runtime notification interval" (via Slack if available, otherwise logs to the console).
0.0.50 (04.04.2025)
- Highlight table rows on hover in workflows, jobs, and connections.
- Save console logs when running workflows — you can now view them by clicking a specific job node in the workflow logs section.
0.0.49 (01.04.2025)
- Optimize workflow rescheduling: only reschedule if cron changes.
0.0.48 (01.04.2025)
- Remember sorting in workflows, jobs, connections tables.
- Disable schedule checkbox in workflow table if cron is invalid.
0.0.47 (06.03.2025)
- Allow running workflows manually if they are scheduled.
- Add
payloadparameter toclavizHubRunWorkflowSync. This payload will be available in all jobs within a workflow to use.
0.0.46 (21.02.2025)
- Don't start workflow if it is already running.
0.0.45 (20.02.2025)
- Add "ClavizHub run workflow sync" function.
0.0.44 (20.02.2025)
- Fix throwing error inside reporter on
recordGeneratedevent when jobs containing bellboy jobs are started from custom script.
0.0.43 (14.02.2025)
- Fix silent workflow failing (without notification).
0.0.42 (13.12.2024)
- Add support for error.payload in jobs.
0.0.41 (03.12.2024)
- Add job/workflow/connection name to tab titles.
- Add resize option to job editor textareas.
0.0.40 (01.11.2024)
- Add headers option to HTTP connection authorization request.
0.0.39 (23.10.2024)
- Add support for MysqlDestination postLoadQuery and useSourceColumns options.
0.0.38 (23.09.2024)
0.0.37 (23.09.2024)
- Add the generated row count for each connection to the job tooltip within the log viewer graph.
0.0.36 (19.09.2024)
- Change copy icons.
0.0.35 (15.09.2024)
- Add KeyVault to jobs.
0.0.34 (02.09.2024)
- Fix Slack notification not being sent when some job in the workflow failed and it's child hasn't started processing.
0.0.33 (30.08.2024)
- Add notes textareas to workflows and jobs.
- Add duplicate button to workflows and connections.
- Open edit window in full screen for workflows and connections.
- Show exceptions in logs pane when previewing a job.
- Job, workflow tables UI improvements.
0.0.32 (29.07.2024)
- Added console logs to the job preview.
0.0.31 (12.07.2024)
0.0.30 (12.07.2024)
- Added coloring for logs icon in workflow table indicating that the last run has failed.
- Search is now preserved in workflows/jobs/connection tables.
0.0.29 (12.06.2024)
- Fix not being able to run a job inside workflow when job's parent gets deleted.
0.0.28 (11.06.2024)
- Fix code editor shrinking in Jobs form.
0.0.27 (05.06.2024)
- Fix incorrect parameters override.
0.0.26 (03.06.2024)
- Added JsonProcessor.
0.0.25 (23.05.2024)
- Added encoding and useClavizNodeFirebird options to Firebird connection.
0.0.24 (21.05.2024)
- Fixed workflow not being rescheduled if cron is changed.
0.0.23 (17.05.2024)
- Added Delimitedd processor support.
0.0.22 (16.05.2024)
- Added "Days to store logs" option for workflows. Logs older than the specified days are deleted after each ETL workflow run.
0.0.21 (13.05.2024)
- Added Firebird support.
