Hi, Is there a way to run a dagster job through co...
# ask-community
s
Hi, Is there a way to run a dagster job through code while still having the ability to have multiple subprocesses for ops? i.e Is there a way to start a job through code while being able to run ops asynchronously?
🤖 1
s
Hmm I don't think there's a straightforward way, but cc @alex
a
you can use
execute_pipeline()
(accepts job all the same) or a subprocess call of
dagster job execute
🙏 1