Skip to content

Commit

Permalink
Passing external_task_group_id to WorkflowTrigger (#39617)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathadfield authored May 14, 2024
1 parent 6bcec90 commit 7db851f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/sensors/external_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ def execute(self, context: Context) -> None:
timeout=self.execution_timeout,
trigger=WorkflowTrigger(
external_dag_id=self.external_dag_id,
external_task_group_id=self.external_task_group_id,
external_task_ids=self.external_task_ids,
execution_dates=self._get_dttm_filter(context),
allowed_states=self.allowed_states,
Expand Down

0 comments on commit 7db851f

Please sign in to comment.