Skip to content

Commit 426f527

Browse files
pigidseruranusjr
andauthored
Add missed import in the Trigger Rules example (#27309)
* Add missed import in the Trigger Rules example Co-authored-by: Tzu-ping Chung <[email protected]>
1 parent c181efc commit 426f527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/apache-airflow/concepts/dags.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ You can also combine this with the :ref:`concepts:depends-on-past` functionality
403403
# dags/branch_without_trigger.py
404404
import pendulum
405405
406+
from airflow.decorators import task
406407
from airflow.models import DAG
407408
from airflow.operators.empty import EmptyOperator
408409

0 commit comments

Comments
 (0)