Is it possible to name a flow run with the flow.run() function? We are currently using the client.create_flow_run() function but we need this call to be synchronous as to not overload our data warehouse. Appreciate any advice!
m
Mariia Kerimova
05/03/2021, 3:48 PM
Hello Gage!
create_flow_run
mutation takes optional
flow_run_name
string.
g
Gage Toschlog
05/03/2021, 3:50 PM
Yep! We like the ability to name the flow run when using create_flow_run but we’d like to execute the flow synchronously. Is that possible?
k
Kevin Kho
05/03/2021, 3:56 PM
Hi @Gage Toschlog, I think the way to get a flow to run synchronously would be to use the
StartFlowRun
task with
wait=True
so that it waits for completion. You can also pass the
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.