File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
airflow-core/docs/installation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.* ``
You can’t perform that action at this time.
0 commit comments