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
After making name and display_name separate fields in the API, the
pipeline sample upload code needed to accomodate that, otherwise it
would try to upload the pipeline without a display name, which is a
required field. The backwards compatibility was handled at the API
server level but this code bypassed the API server endpoints and used
the resource manager directly.
Signed-off-by: mprahl <[email protected]>
(cherry picked from commit b477269)
"displayName": "[Tutorial] Data passing in python components",
6
7
"description": "[source code](https://github.com/kubeflow/pipelines/tree/master/samples/tutorials/Data%20passing%20in%20python%20components) Shows how to pass data between python components.",
7
8
"file": "/samples/tutorials/Data passing in python components/Data passing in python components - Files.py.yaml"
8
9
},
9
10
{
10
-
"name": "[Tutorial] DSL - Control structures",
11
+
"name": "tutorial-dsl-control-structures",
12
+
"displayName": "[Tutorial] DSL - Control structures",
11
13
"description": "[source code](https://github.com/kubeflow/pipelines/tree/master/samples/tutorials/DSL%20-%20Control%20structures) Shows how to use conditional execution and exit handlers. This pipeline will randomly fail to demonstrate that the exit handler gets executed even in case of failure.",
12
14
"file": "/samples/tutorials/DSL - Control structures/DSL - Control structures.py.yaml"
0 commit comments