Skip to content

Commit bd27b04

Browse files
ThejanaWeththzSubham-KRLX
authored andcommitted
Clarify ExternalTaskSensor path in dags.rst (apache#61555)
1 parent ced1717 commit bd27b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airflow-core/docs/core-concepts/dags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ relationships, dependencies between Dags are a bit more complex. In general, the
771771
in which one Dag can depend on another:
772772

773773
- triggering - :class:`~airflow.providers.standard.operators.trigger_dagrun.TriggerDagRunOperator`
774-
- waiting - :class:`~airflow.providers.standard.sensors.external_task_sensor.ExternalTaskSensor`
774+
- waiting - :class:`~airflow.providers.standard.sensors.external_task.ExternalTaskSensor`
775775

776776
Additional difficulty is that one Dag could wait for or trigger several runs of the other Dag
777777
with different data intervals. The **Dag Dependencies** view

0 commit comments

Comments
 (0)