From 9bc28403811d3b5016cab09d27854a091387b610 Mon Sep 17 00:00:00 2001 From: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:04:16 +0100 Subject: [PATCH] Update newsfragment text for clarification (#44266) --- newsfragments/41808.significant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/41808.significant.rst b/newsfragments/41808.significant.rst index 7bc407fd6a19a..91316bbd95959 100644 --- a/newsfragments/41808.significant.rst +++ b/newsfragments/41808.significant.rst @@ -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