This is an automated email from the ASF dual-hosted git repository.

phanikumv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 02b6eb62c32 Update docs to ensure Airflow 2 plugins are converted to 3 
before migration (#49614)
02b6eb62c32 is described below

commit 02b6eb62c322a79db2bb498236fe6b3e1ea1a378
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]>
---
 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
 ----------------------------------------------------------------

Reply via email to