This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4196c9ed89b9111c0aa2a126e82ecabb4e34c8bc Author: Andrii Roiko <[email protected]> AuthorDate: Wed Dec 31 02:26:24 2025 +0200 Fix airflow.utils.context.Context import path in Airflow 3 migration doc (#59937) (cherry picked from commit de44245286ee534937f39730c47ab9c8ad46aca3) --- airflow-core/docs/installation/upgrading_to_airflow3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow-core/docs/installation/upgrading_to_airflow3.rst b/airflow-core/docs/installation/upgrading_to_airflow3.rst index c098604cc2e..d08abbcd376 100644 --- a/airflow-core/docs/installation/upgrading_to_airflow3.rst +++ b/airflow-core/docs/installation/upgrading_to_airflow3.rst @@ -162,6 +162,8 @@ code import Airflow components correctly in Airflow 3. The older paths are depre - ``airflow.sdk.BaseNotifier`` * - ``airflow.utils.task_group.TaskGroup`` - ``airflow.sdk.TaskGroup`` + * - ``airflow.utils.context.Context`` + - ``airflow.sdk.Context`` * - ``airflow.datasets.Dataset`` - ``airflow.sdk.Asset`` * - ``airflow.datasets.DatasetAlias`` @@ -172,8 +174,6 @@ code import Airflow components correctly in Airflow 3. The older paths are depre - ``airflow.sdk.AssetAny`` * - ``airflow.models.connection.Connection`` - ``airflow.sdk.Connection`` - * - ``airflow.models.context.Context`` - - ``airflow.sdk.Context`` * - ``airflow.models.variable.Variable`` - ``airflow.sdk.Variable`` * - ``airflow.io.*``
