Skip to content
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

Merged
merged 2 commits into from
Oct 25, 2021
Merged

fix: json bug on struct input #233

merged 2 commits into from
Oct 25, 2021

Conversation

Pianist038801
Copy link
Contributor

Signed-off-by: Pianist038801 [email protected]

This fixes the bug occurring when launching workflow with JSON schema.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

fixes flyteorg/flyte#1718

Follow-up issue

NA

Signed-off-by: Pianist038801 <[email protected]>
Copy link
Contributor

@govalt govalt left a 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?

kumare3
kumare3 previously approved these changes Oct 20, 2021
@codecov
Copy link

codecov bot commented Oct 20, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@1eb256f). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1eb256f...5142f6e. Read the comment docs.

@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 0.29.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@anrusina anrusina deleted the hotfix/struct-input-bug branch January 14, 2022 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Workflow with JSON schema fails to launch console error
5 participants