-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON IDL #5542
Closed
Closed
JSON IDL #5542
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
d26c228
proto
wild-endeavor a5d515d
make generate
Future-Outlier 707a013
new swagger
Future-Outlier 5d85d16
update test
Future-Outlier fa8bbd5
add all json scalar things need to be implemented, need to add tests …
Future-Outlier a503b8b
support upstream STRUCT downstream JSON case
Future-Outlier 0b32845
make idl correct back
Future-Outlier 1dcfbc4
support attribute access
Future-Outlier d5d7b79
fix attribute access for nested dict/dataclass
Future-Outlier c7c82ac
Create Execution Success, need to implement get Execution
Future-Outlier 00d6e2b
remove print
Future-Outlier a005a2d
Use scalarValue.Json.GetValue()
Future-Outlier 7ece699
fix flyteadmin tests
Future-Outlier 8c0ab5c
Merge branch 'master' into idl/json-type-bytes-and-attribute-access
Future-Outlier b3543e5
regenerate proto
Future-Outlier cb2876c
propeller error msg example
Future-Outlier aa68c42
Merge branch 'master' into idl/json-type-bytes-and-attribute-access
Future-Outlier ded1f7c
solve conlfict
Future-Outlier 62b7aa4
solve lint and depedency error
Future-Outlier e44d309
make go-tidy
Future-Outlier b099d06
add tests for flyteidl/clients/go/coreutils/literals.go
Future-Outlier df99f28
add tests for flytepropeller/pkg/compiler/validators
Future-Outlier 9fe07af
add tests for attr_path_resolver
Future-Outlier 5e2b35d
add tests for attr_path_resolver with nearly 100% coverage
Future-Outlier 77ea3ed
lint
Future-Outlier e5af3a3
nit
Future-Outlier 3f155d6
split convertLiteral to convertStructToLiteral and convertJSONToLiteral
Future-Outlier 19bac6a
Merge branch 'master' into idl/json-type-bytes-and-attribute-access
Future-Outlier bade905
add comments for convertNumbers
Future-Outlier 4e3c28f
Update pingsu's advice
Future-Outlier b523b9d
Merge branch 'master' into idl/json-type-bytes-and-attribute-access
Future-Outlier 2cf54c3
update idl
Future-Outlier 1b0edc8
update attribute resolver
Future-Outlier fa8cca2
remove func convertNumbers
Future-Outlier a56d56a
specify msgpack as JSON format
Future-Outlier 5adafcc
add tests for attr_path_resolver
Future-Outlier cf95f40
add coreutils for flytectl
Future-Outlier 1631a94
update the IDL
Future-Outlier 6f07cdd
add serialization format in flytepropeller and flytectl
Future-Outlier 44da0cd
support SerializationFormat: msgpack in coreutils/literals.go MakeDef…
Future-Outlier 2a12ce2
fix propeller's test
Future-Outlier 27dbc63
fix coreutils test
Future-Outlier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is covered by
flyteidl/clients/go/coreutils/literals.go