Skip to content

v0.12.2: Bugfix + Improvement. (#38)

Compare
Choose a tag to compare
@alivinco alivinco released this 30 May 08:42
· 506 commits to main since this release
c3d81b6

[0.12.2] - 30-05-23
Fixed
Default config.yaml could not be reloaded.
Improved
The output messages for load_transformation_rules_step in all workflows by specifying which file is used.
[0.12.1] - 26-05-23
Added
Added retry logic to asset and relationship update micro batching
Added generic workflow steps retry logic
Added examples of how to use update safety guards and human approval steps in workflows
Fixed
Fixed UI state polling bug.
[0.12.0] - 23-05-23
Added
Added workflow documentation.
Added wait_for_event task. This task will wait for a specific event to occur.Can be used to pause/resume workflow execution , for instance when a user needs to approve the workflow execution.
Added metrics helper functions. These functions can be used to create metrics for the workflow.
Added UI configuration editor. Now it supports all UI operations.
Added workflow source code viewer.
Added rules file download link. Now user can upload and download rules file via NEAT UI .
Added error reporting in UI if the rules file is not valid or not present. The same for data exploration view.
Improved
Many UI improvements and visual regrouping of UI views.
Improved http trigger. Now it can receive arbitrary data in json format.
Global configurations moved to its own view.
Steps and System components editor supports node removal.
Changed
Groups section was renamed to Solution/System components overview. In manifest it was renamed to system_components.
[0.11.5] - 23-05-23
Fixed
Removed data/config.yaml dump. This is not used.
If the config is not specified, the default config.yaml now dumps it content as yaml and not json.
[0.11.4] - 22-05-23
Added
Reporting on categorized assets and relationships
Safety gauge to skip assets which are changing asset hierarchy or to raise exception