Marc Lipoff
04/18/2022, 6:31 PMStartFlowRun()(
flow_name="subflow_name",
project_name="my_project")
(I tried the query in the cloud api UI, and it does return a flow id)
I assume the problem is that my flow is not authenticated to prefect cloudMarc Lipoff
04/18/2022, 6:40 PMprefect auth login -k $PREFECT_API_TOKEN && prefect backend cloud
first?Anna Geller
04/18/2022, 6:42 PM