-
Notifications
You must be signed in to change notification settings - Fork 59
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
fix: json bug on struct input #233
Conversation
Signed-off-by: Pianist038801 <[email protected]>
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.
What if the value
is not empty but not parsable?
Codecov Report
@@ Coverage Diff @@
## master #233 +/- ##
=========================================
Coverage ? 63.59%
=========================================
Files ? 364
Lines ? 7879
Branches ? 1378
=========================================
Hits ? 5011
Misses ? 2868
Partials ? 0 Continue to review full report at Codecov.
|
Signed-off-by: Pianist038801 <[email protected]>
## [0.29.2](http://github.com/lyft/flyteconsole/compare/v0.29.1...v0.29.2) (2021-10-25) ### Bug Fixes * json bug on struct input ([#233](http://github.com/lyft/flyteconsole/issues/233)) ([88c23a6](http://github.com/lyft/flyteconsole/commit/88c23a6ee9f598c9cf31f1999cf6a9c712d8d6e0))
🎉 This PR is included in version 0.29.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Pianist038801 [email protected]
This fixes the bug occurring when launching workflow with JSON schema.
Type
Are all requirements met?
fixes flyteorg/flyte#1718
Follow-up issue
NA