-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Added the component name to the docstring #976
Added the component name to the docstring #976
Conversation
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
* feature(backend): support embedded-status: minimal Add logic to support embedded-status feature when using minimal setting. For now, the TaskRun/Run status is retrieved and inserted to PipelineRun.Status and stored into ml-pipeline backend storage. Signed-off-by: Yihong Wang <[email protected]> * Add embedded-status feature flag Use `full` as the default setting for embedded-status feature flag. Signed-off-by: Yihong Wang <[email protected]>
The component name is now always included in the task factory function docstring.
The name is already used as the function name, but when someone assigns it to the variable, the variable name replaces the original name.
This change is