Alex Furrier
07/13/2021, 8:44 PMStartFlowRun(flow_name="my registered flow", project_name="my project")
with a registered flow. I pass the name of the registered flow but when I try to execute the flow of flows I get this error:
Unexpected error: ValueError("Flow 'my registered flow' not found.")
To double check the name is correct in the Interactive API I queried for flows and found the flow name I passed.
Any idea what I'm doing wrong? Attempting to execute this on k8s and a Dask cluster if that makes a difference.nicholas
07/13/2021, 8:46 PMflow_name
to StartFlowRun
, instead of name
Alex Furrier
07/13/2021, 8:47 PMnicholas
07/13/2021, 8:47 PMKevin Kho
07/13/2021, 8:47 PMproject_name
instead of project
too?Alex Furrier
07/13/2021, 8:58 PMproject_name
alsoClient()
that's used within StartFlowRun()
?