ephraimbuddy commented on code in PR #41437:
URL: https://github.com/apache/airflow/pull/41437#discussion_r1724709117
##########
airflow/config_templates/config.yml:
##########
@@ -720,6 +720,14 @@ database:
type: string
example: ~
default: "True"
+ external_db_managers:
+ description: |
+ List of DB managers to use to migrate external tables in airflow
database. The managers must inherit
+ from BaseDBManager
+ version_added: 3.0.0
+ type: string
+ example: ~
+ default: "airflow.providers.fab.auth_manager.models.db.FABDBManager"
Review Comment:
Should we do this later when we have a replacement for FAB since auth is
still tied to FAB?
--
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]