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

Tolerate components w/o description, sanitize parameter names #288

Conversation

ckadner
Copy link
Member

@ckadner ckadner commented Jan 19, 2022

Changes in this PR:

  • Allow upload of component.yaml that have no description since many kubeflow/pipelines components do not have a description
  • Replace characters in component parameter names that are not allowed in Python identifiers, like spaces

Related #286

@Tomcli

* Many kubeflow/pipelines components do not have a description
* Replace characters in component parameter names that are not
  allowed in Python identifiers

Related machine-learning-exchange#286

Signed-off-by: Christian Kadner <[email protected]>
@ckadner ckadner requested a review from Tomcli January 19, 2022 00:34
@ckadner ckadner added API Swagger API and removed approved labels Jan 19, 2022
@ckadner
Copy link
Member Author

ckadner commented Jan 19, 2022

An MLX-API image with the changes can be pulled from DockerHub here ckadner/mlx-api:2022-01-18

@Tomcli
Copy link
Member

Tomcli commented Jan 20, 2022

/lgtm
thanks @ckadner

@Tomcli
Copy link
Member

Tomcli commented Jan 20, 2022

/approve

@mlx-bot
Copy link
Collaborator

mlx-bot commented Jan 20, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ckadner, Tomcli

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mlx-bot mlx-bot merged commit fe4fb4f into machine-learning-exchange:main Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants