mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-31 05:39:41 -06:00
5 lines
85 B
Python
5 lines
85 B
Python
from examples.dag.worker import dag_workflow
|
|
|
|
# > Trigger the DAG
|
|
dag_workflow.run()
|