Releases: samtecspg/mason
Releases · samtecspg/mason
1.6.6
1.6.0
1.5.2
1.5.0
- Reworking imports to improve performance of cli commands
- Added
NotebookEnvironment
which makes mason more friendly to run in python notebooks. - Added
LocalClient
andLocalSchedulerClient
(synchronous scheduler for local run) - Finished wiring up workflow "step" definitions.
- Added
validated_infer
to examples, 5 step workflow that cleans up if table is not queryable - Added
OperatorDefinition
andWorkflowDefinition
to enforce that operators and workflows are defined correctly at a type/signature level. - Changed
register
cli command to accept operators and workflows, removed register code from workflow endpoint
v1.03
- Significant improvements to testing frameworks and mock implementations
- Add
table query
operator with Athena execution support - Add
job get
Athena client execution support - Add
table delete
operator with glue metastore support - Add
schedule delete
operator with glue scheduler support - Add demo script for 1.03: https://github.com/samtecspg/mason/blob/v1.03/demos/1.03.sh