vincbeck commented on code in PR #50960: URL: https://github.com/apache/airflow/pull/50960#discussion_r2372405010
########## providers/fab/docs/changelog.rst: ########## @@ -20,6 +20,15 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* Migrated to Flask-appbuilder 5 which removed the authentication type ``AUTH_OID``. + Using the authentication type ``AUTH_OID`` in fab provider is longer possible. Review Comment: I added `Applications using ``AUTH_TYPE = AUTH_OID`` must migrate to ``AUTH_OAUTH``.`. Let me know if it suffices. -- 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]
