Remove execution_date and logical_date from arguments where function/API is used to look up a DAG run #42338
Labels
AIP-83
Remove Execution Date Unique Constraint from DAG Run
airflow3.0:breaking
Candidates for Airflow 3.0 that contain breaking changes
area:core
Milestone
Body
Since we’re dropping the unique constraint, those arguments no longer can look up a unique DAG run. Those functions should already take a
run_id
, which should be used instead going forward.The use of execution/logical date in those functions should have already been deprecated. If not, a deprecation warning should be added to the 2.x branch to be released in 2.11.
Committer
The text was updated successfully, but these errors were encountered: