Skip to content

Commit

Permalink
Merge pull request #41 from airflow-laminar/tkp/trig
Browse files Browse the repository at this point in the history
Make decision operator have none_skipped trigger rule
  • Loading branch information
timkpaine authored Feb 19, 2025
2 parents 8f19efe + 98ff65e commit ee67c74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow_ha/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def __init__(
task_id=f"{self.task_id}-decide",
python_callable=choose_branch,
provide_context=True,
# NOTE: use none_skipped here as the sensor will fail in a timeout
trigger_rule="none_skipped",
)

self >> self._decide_task
Expand Down

0 comments on commit ee67c74

Please sign in to comment.