v0.18.0 Release
wild-endeavor
released this
05 May 16:28
·
1682 commits
to master
since this release
Flytekit v0.18.0 Release
Features
- Introduced new control-plane classes. This is just the first iteration of the old
Sdk...
replacements and the user-experience around these objects will be changing in the next release so please consider this feature beta. Feel free to play around with them inflytekit.control_plane
. - Introducing a new paradigm around custom task types: tasks where the container is controlled by the author of the task type, rather than by the user using them. We hope this will make writing plugins easier (no need to write a golang backend-plugin). This should also be considered beta - documentation and examples forthcoming.
Plugins
- SqlAlchemy plugin added.
- Dolt plugin adds transformers for Dolt table types.
Bug fixes
- Fast registered dynamic tasks.
- Launch plan construction and parameter map handling.
- Default args in local wf execution.
...and more.