forked from flyteorg/flytekit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Binary IDL With MessagePack (flyteorg#2760)
* [flytekit][1][Simple Type] Binary IDL With MessagePack Signed-off-by: Future-Outlier <[email protected]> * Add Tests Signed-off-by: Future-Outlier <[email protected]> * remove unused import Signed-off-by: Future-Outlier <[email protected]> * [flytekit][2][untyped dict] Binary IDL With MessagePack Signed-off-by: Future-Outlier <[email protected]> * Fix Tests Signed-off-by: Future-Outlier <[email protected]> * [Flyte][3][Attribute Access] Binary IDL With MessagePack Signed-off-by: Future-Outlier <[email protected]> * fix test_offloaded_literal Signed-off-by: Future-Outlier <[email protected]> * Add more tests Signed-off-by: Future-Outlier <[email protected]> * add tests for more complex cases Signed-off-by: Future-Outlier <[email protected]> * turn {} to dict() Signed-off-by: Future-Outlier <[email protected]> * lint Signed-off-by: Future-Outlier <[email protected]> * [flytekit][4][dataclass, flyte types and attribute access] Binary IDL With MessagePack Signed-off-by: Future-Outlier <[email protected]> * fix all tests, and support flytetypes and union from binary idl Signed-off-by: Future-Outlier <[email protected]> * self._encoder: Dict[Type, JSONEncoder] Signed-off-by: Future-Outlier <[email protected]> * fix lint Signed-off-by: Future-Outlier <[email protected]> * better comments Signed-off-by: Future-Outlier <[email protected]> * support enum transformer Signed-off-by: Future-Outlier <[email protected]> * add test_flytefile_in_dataclass_wf Signed-off-by: Future-Outlier <[email protected]> * add tests Signed-off-by: Future-Outlier <[email protected]> * Test Backward Compatible Signed-off-by: Future-Outlier <[email protected]> * add type transformer failed error Signed-off-by: Future-Outlier <[email protected]> * Update pingsu's review advice Signed-off-by: Future-Outlier <[email protected]> Co-authored-by: pingsutw <[email protected]> * update pingsu's review advice Signed-off-by: Future-Outlier <[email protected]> Co-authored-by: pingsutw <[email protected]> * update dict and list test with dataclass Signed-off-by: Future-Outlier <[email protected]> * ruff Signed-off-by: Future-Outlier <[email protected]> * support Dict[int, int] as input in workflow, including attribute access Signed-off-by: Future-Outlier <[email protected]> * Trigger CI Signed-off-by: Future-Outlier <[email protected]> * Add flytekit.bin.entrypoint to __init__.py for auto copy bug Signed-off-by: Future-Outlier <[email protected]> * revert back Signed-off-by: Future-Outlier <[email protected]> * add tests for union in dataclass, nested case Signed-off-by: Future-Outlier <[email protected]> --------- Signed-off-by: Future-Outlier <[email protected]> Co-authored-by: pingsutw <[email protected]>
- Loading branch information
Showing
16 changed files
with
1,270 additions
and
132 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.