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
Hi, I have a use case where pipeline names can be reused after the previous pipeline has finished, which is not possible currently. For example, the code below:
Hi, I have a use case where pipeline names can be reused after the previous pipeline has finished, which is not possible currently. For example, the code below:
will generate an error msg: "Error: Duplicate pipeline. A pipeline named 'my_pipeline' already exists."
Any suggestion how I can workaround it?
The text was updated successfully, but these errors were encountered: