This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 08bb7ac9dc8 Update 41520.significant.rst with airflow.sdk imports
(#48470)
08bb7ac9dc8 is described below
commit 08bb7ac9dc86582afbc7c30c5356dd29ab39d1f2
Author: Tamara Janina Fingerlin <[email protected]>
AuthorDate: Fri Mar 28 00:34:15 2025 +0100
Update 41520.significant.rst with airflow.sdk imports (#48470)
Changing suggested imports for this newsfragment to reflect recent changes
:)
---
airflow-core/newsfragments/41520.significant.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/airflow-core/newsfragments/41520.significant.rst
b/airflow-core/newsfragments/41520.significant.rst
index bfd220fa444..b2f4fe7351b 100644
--- a/airflow-core/newsfragments/41520.significant.rst
+++ b/airflow-core/newsfragments/41520.significant.rst
@@ -2,8 +2,8 @@ Removed deprecated methods in ``airflow/utils/helpers.py``
* Methods removed:
- * ``chain`` (Use ``airflow.models.baseoperator.chain``)
- * ``cross_downstream`` (Use ``airflow.models.baseoperator.cross_downstream``)
+ * ``chain`` (Use ``airflow.sdk.chain``)
+ * ``cross_downstream`` (Use ``airflow.sdk.cross_downstream``)
* Types of change
@@ -22,5 +22,5 @@ Removed deprecated methods in ``airflow/utils/helpers.py``
* AIR302
- * [x] ``airflow.utils.helpers.chain`` →
``airflow.models.baseoperator.chain``
- * [x] ``airflow.utils.helpers.cross_downstream`` →
``airflow.models.baseoperator.cross_downstream``
+ * [x] ``airflow.utils.helpers.chain`` → ``airflow.sdk.chain``
+ * [x] ``airflow.utils.helpers.cross_downstream`` →
``airflow.sdk.cross_downstream``