Skip to content

Commit

Permalink
Remove DagRunNotBackfillDep (#42552)
Browse files Browse the repository at this point in the history
This is part of AIP-78.  It is a dep that is designed to make tasks not run if they are in a backfill dag run.  No longer needed.
  • Loading branch information
dstandish authored Oct 3, 2024
1 parent 982502e commit 58fdce6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 104 deletions.
2 changes: 0 additions & 2 deletions airflow/ti_deps/dependencies_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
)
from airflow.ti_deps.deps.dag_ti_slots_available_dep import DagTISlotsAvailableDep
from airflow.ti_deps.deps.dag_unpaused_dep import DagUnpausedDep
from airflow.ti_deps.deps.dagrun_backfill_dep import DagRunNotBackfillDep
from airflow.ti_deps.deps.dagrun_exists_dep import DagrunRunningDep
from airflow.ti_deps.deps.exec_date_after_start_date_dep import ExecDateAfterStartDateDep
from airflow.ti_deps.deps.pool_slots_available_dep import PoolSlotsAvailableDep
Expand Down Expand Up @@ -77,7 +76,6 @@
TaskConcurrencyDep(),
PoolSlotsAvailableDep(),
DagrunRunningDep(),
DagRunNotBackfillDep(),
DagUnpausedDep(),
ExecDateAfterStartDateDep(),
TaskNotRunningDep(),
Expand Down
48 changes: 0 additions & 48 deletions airflow/ti_deps/deps/dagrun_backfill_dep.py

This file was deleted.

54 changes: 0 additions & 54 deletions tests/ti_deps/deps/test_dagrun_id_dep.py

This file was deleted.

0 comments on commit 58fdce6

Please sign in to comment.