-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make array_node_map_task the default map_task (#2242)
* Swap arraynode map_task Signed-off-by: Eduardo Apolinario <[email protected]> * Fix unit tests Signed-off-by: Eduardo Apolinario <[email protected]> * Add pytest-icdiff to dev-requirements.in Signed-off-by: Eduardo Apolinario <[email protected]> * Fix test_node_creation.py tests Signed-off-by: Eduardo Apolinario <[email protected]> * Remove array_node_map_task from experimental module and rename legacy map task module to `legacy_map_task` Signed-off-by: Eduardo Apolinario <[email protected]> * Lint Signed-off-by: Eduardo Apolinario <[email protected]> * Fix one more mention to legacy map task code Signed-off-by: Eduardo Apolinario <[email protected]> * Remove `--experimental` and include `--legacy` Signed-off-by: Eduardo Apolinario <[email protected]> * Fix flytekit-k8s-pod/tests/test_pod.py test Signed-off-by: Eduardo Apolinario <[email protected]> * Remove the `--legacy` flag and rearrange how the map task resolvers are loaded Signed-off-by: Eduardo Apolinario <[email protected]> * Remove map task resolver imports from entrypoint Signed-off-by: Eduardo Apolinario <[email protected]> * Fix name in k8s-pod plugin Signed-off-by: Eduardo Apolinario <[email protected]> --------- Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
- Loading branch information
1 parent
d61e79e
commit 4767fd8
Showing
13 changed files
with
57 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
"""Experimental features of flytekit.""" | ||
|
||
# TODO(eapolinario): Remove this once a new flytekit release is out and | ||
# references are updated in the monodocs build. | ||
from flytekit.core.array_node_map_task import map_task # noqa: F401 | ||
from flytekit.experimental.eager_function import EagerException, eager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.