pypi flytekit 0.22.0b0
[Beta] Trigger type engine on local task execute

latest releases: 1.16.4, 1.16.3, 1.16.2...
4 years ago

Please see #588. This PR makes the local task call pattern (like when you run my_task() in a unit test directly, without a workflow), the same as the workflow call pattern. This cleans up the code a bit but more importantly will start to trigger the type engine for inputs and outputs. Please see the PR and the corresponding issue for more information.


NOTE!

Unit tests may need to change! This change is not 100% backwards compatible with existing unit tests because your task-only unit tests may expect the type engine to not have been triggered.


Don't miss a new flytekit release

NewReleases is sending notifications on new releases.