-
Notifications
You must be signed in to change notification settings - Fork 135
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
Support structured results for PipelineRunObject #599
Conversation
The following is the coverage report on the affected files.
|
/assign @wlynch PTAL thanks! I think the change is relatively small |
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.
Looks good! Can we add some tests? 🙏
@bcaton85 following up on #595 (comment)
Have a link for where this is happening? 👀 |
/hold |
@wlynch This happens in two places, when trying to extract values from results: |
The following is the coverage report on the affected files.
|
I added a few more checks for the string values |
Added those tests and a few more checks for the string values |
/assign bcaton85 |
I don't have access to approve or merge but LGTM |
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.
Thanks @ywluogg! Mostly LGTM! Just a minor comment.
/unblock |
/retest |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wlynch The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/unhold |
The following is the coverage report on the affected files.
|
/retest |
The following is the coverage report on the affected files.
|
@chuangw6 Hi Chuang, do you mind giving another LGTM again? Thanks! |
/lgtm |
Changes
Support structured results for PipelineRunObject. Previously PipelineRunObject only supports string types
Fixes #595
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes