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
When I tried to run w.create() in my code, I received an AssertionError with the message "workflow namespace not defined". When I added a namespace to my code, such as "argo", I received a new error message: requests.exceptions.MissingSchema: Invalid URL 'api/v1/workflows/argo': No scheme supplied. Perhaps you meant https://api/v1/workflows/argo?
I have attempted various solutions over the past few days, but I have been unable to successfully run my pipeline.
Additional information:
I am currently able to run my pipelines with Hera v4.4.2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem:
When I tried to run
w.create()
in my code, I received an AssertionError with the message "workflow namespace not defined
". When I added a namespace to my code, such as "argo", I received a new error message:requests.exceptions.MissingSchema: Invalid URL 'api/v1/workflows/argo': No scheme supplied. Perhaps you meant https://api/v1/workflows/argo?
I have attempted various solutions over the past few days, but I have been unable to successfully run my pipeline.
Additional information:
I am currently able to run my pipelines with Hera v4.4.2.
Originally posted by @tavallaie in #576 (comment)
Beta Was this translation helpful? Give feedback.
All reactions