Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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