Skip to content

Commit de44245

Browse files
authored
Fix airflow.utils.context.Context import path in Airflow 3 migration doc (#59937)
1 parent 030ae0a commit de44245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airflow-core/docs/installation/upgrading_to_airflow3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ code import Airflow components correctly in Airflow 3. The older paths are depre
162162
- ``airflow.sdk.BaseNotifier``
163163
* - ``airflow.utils.task_group.TaskGroup``
164164
- ``airflow.sdk.TaskGroup``
165+
* - ``airflow.utils.context.Context``
166+
- ``airflow.sdk.Context``
165167
* - ``airflow.datasets.Dataset``
166168
- ``airflow.sdk.Asset``
167169
* - ``airflow.datasets.DatasetAlias``
@@ -172,8 +174,6 @@ code import Airflow components correctly in Airflow 3. The older paths are depre
172174
- ``airflow.sdk.AssetAny``
173175
* - ``airflow.models.connection.Connection``
174176
- ``airflow.sdk.Connection``
175-
* - ``airflow.models.context.Context``
176-
- ``airflow.sdk.Context``
177177
* - ``airflow.models.variable.Variable``
178178
- ``airflow.sdk.Variable``
179179
* - ``airflow.io.*``

0 commit comments

Comments
 (0)