https://dagster.io/ logo
#dagster-support
Title
# dagster-support
s

Shriram Holla

05/26/2022, 7:46 PM
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

sean

05/26/2022, 9:55 PM
Hmm I don't think there's a straightforward way, but cc @alex
a

alex

05/26/2022, 10:00 PM
you can use
execute_pipeline()
(accepts job all the same) or a subprocess call of
dagster job execute
🙏 1
2 Views