mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-19 19:21:06 -05:00
6 lines
90 B
Python
6 lines
90 B
Python
from examples.dag.worker import dag_workflow
|
|
|
|
# > Trigger the DAG
|
|
dag_workflow.run()
|
|
# !!
|