Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 532 Bytes

41808.significant.rst

File metadata and controls

19 lines (14 loc) · 532 Bytes

Removed deprecations in airflow.models.taskreschedule.

Removed methods:

  • query_for_task_instance()
  • find_for_task_instance()

Note: there are no replacements. Direct access to DB is discouraged and will not be possible in Airflow 3 for tasks. The public REST API is the future way to interact with Airflow

  • Types of change
    • [ ] Dag changes
    • [ ] Config changes
    • [ ] API changes
    • [ ] CLI changes
    • [ ] Behaviour changes
    • [ ] Plugin changes
    • [ ] Dependency changes
    • [x] Code interface changes