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