amoghrajesh commented on code in PR #50871: URL: https://github.com/apache/airflow/pull/50871#discussion_r2099714926
########## airflow-core/docs/installation/upgrading_to_airflow3.rst: ########## @@ -81,8 +81,14 @@ Step 4: Install the Standard Providers - For convenience, this package can also be installed on Airflow 2.x versions, so that DAGs can be modified to reference these Operators from the standard provider package instead of Airflow Core. +Step 5: Review custom operators for direct db access +---------------------------------------------------- -Step 5: Deployment Managers - Upgrade your Airflow Instance +- In Airflow 3 operators can not access the Airflow database directly. Review Comment: ```suggestion - In Airflow 3 operators can not access the Airflow metadata database directly using database sessions. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
