Skip to content

Commit 8028fc7

Browse files
committed
Link to up-to-date airflow docs
1 parent 00f3e81 commit 8028fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concepts/airflow_gotchas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ While upstream dependencies are automatically determined between generated DAGs
4343

4444
## Downstream dependencies are managed via `ExternalTaskMarker`s
4545

46-
[`ExternalTaskMarker`s](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/sensors/external_task/index.html#airflow.sensors.external_task.ExternalTaskMarker) are used to indicate all downstream dependencies to a task. Whenever the task is cleared with _Downstream Recursive_ selected, then all downstream tasks will get cleared automatically. This is extremely useful when running backfill of Airflow tasks. When clearing the tasks, a pop-up will show all the downstream tasks that will get cleared. In case a task should be cleared without its downstream dependencies running as well, deselect the _Downstream Recursive_ option.
46+
[`ExternalTaskMarker`s](https://airflow.apache.org/docs/apache-airflow-providers-standard/stable/sensors/external_task_sensor.html#externaltaskmarker) are used to indicate all downstream dependencies to a task. Whenever the task is cleared with _Downstream Recursive_ selected, then all downstream tasks will get cleared automatically. This is extremely useful when running backfill of Airflow tasks. When clearing the tasks, a pop-up will show all the downstream tasks that will get cleared. In case a task should be cleared without its downstream dependencies running as well, deselect the _Downstream Recursive_ option.
4747

4848
`ExternalTaskMarker`s are generally wrapped into a `TaskGroup` and defined like:
4949

0 commit comments

Comments
 (0)