From f759bbac7810a34be7cddf4d551338d9672ac3f6 Mon Sep 17 00:00:00 2001 From: Sunah Park <42724172+parksunah@users.noreply.github.com> Date: Wed, 14 May 2025 23:45:35 -0400 Subject: [PATCH] Update upgrading_to_airflow3.rst Fix a typo --- airflow-core/docs/installation/upgrading_to_airflow3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/docs/installation/upgrading_to_airflow3.rst b/airflow-core/docs/installation/upgrading_to_airflow3.rst index abba464c937bc..f8f932f54765b 100644 --- a/airflow-core/docs/installation/upgrading_to_airflow3.rst +++ b/airflow-core/docs/installation/upgrading_to_airflow3.rst @@ -42,7 +42,7 @@ Step 2: Clean and back up your existing Airflow Instance You can use the ``airflow db clean`` :ref:`Airflow CLI command` to trim your Airflow database. - Ensure that there are no errors related to dag processing, such as ``AirflowDagDuplicatedIdException``. You should - be able to run ``airflow dags reserialize`` with no errors. If you have have to resolve errors from dag processing, + be able to run ``airflow dags reserialize`` with no errors. If you have to resolve errors from dag processing, ensure you deploy your changes to your old instance prior to upgrade, and wait until your dags have all been reprocessed (and all errors gone) before you proceed with upgrade.