Files
hatchet/examples/python/dag/trigger.py
matt 4a50e454a6 Fix: Python docs examples (#2255)
* feat: client example

* fix: batch i

* fix: batch ii

* fix: batch iii

* fix: batch iv
2025-09-05 15:08:23 -04:00

5 lines
85 B
Python

from examples.dag.worker import dag_workflow
# > Trigger the DAG
dag_workflow.run()