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
flow_name to StartFlowRun, instead of nameAlex Furrier
07/13/2021, 8:47 PMnicholas
Kevin Kho
project_name instead of project too?Alex Furrier
07/13/2021, 8:58 PMproject_name alsoAlex Furrier
07/13/2021, 9:53 PMClient() that's used within StartFlowRun()?