This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f5273c52e466867b8673bd3f3d768924ec2a3935 Author: Rahul Vats <[email protected]> AuthorDate: Wed Apr 23 18:31:40 2025 +0530 Update docs to ensure Airflow 2 plugins are converted to 3 before migration (#49614) * update how to docs to convert plugins to airflow3 * Update airflow-core/docs/installation/upgrading_to_airflow3.rst Co-authored-by: Pierre Jeambrun <[email protected]> * update docs --------- Co-authored-by: Pierre Jeambrun <[email protected]> (cherry picked from commit 02b6eb62c322a79db2bb498236fe6b3e1ea1a378) --- airflow-core/docs/installation/upgrading_to_airflow3.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/airflow-core/docs/installation/upgrading_to_airflow3.rst b/airflow-core/docs/installation/upgrading_to_airflow3.rst index d1e094bfb45..23802cb804f 100644 --- a/airflow-core/docs/installation/upgrading_to_airflow3.rst +++ b/airflow-core/docs/installation/upgrading_to_airflow3.rst @@ -46,6 +46,7 @@ Step 2: Clean and back up your existing Airflow Instance 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. +- Ensure that all existing Airflow 2 plugins have been converted to Airflow 3. In some cases where conversion isn't possible, a workaround is to install the FAB provider. Step 3: DAG Authors - Check your Airflow DAGs for compatibility ----------------------------------------------------------------
