Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion newsfragments/41808.significant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Removed methods:
- ``query_for_task_instance()``
- ``find_for_task_instance()``

Note: there are no replacements, if data is needed, you need to query via sqlalchemy.
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