You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
* Many kubeflow/pipelines components do not have a description
* Replace characters in component parameter names that are not
allowed in Python identifiers
Related #286
Signed-off-by: Christian Kadner <[email protected]>
Is your feature request related to a problem? Please describe.
Here is the list of limitations for the current code generation:
"
into single quote'
for all the parameter values. This doesn't work for some components when users need to pass in JSON string with double quote around their keys and values. (e.g. https://github.com/kubeflow/pipelines/blob/master/components/contrib/json/Combine_lists/component.yaml)Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: