This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 55816176d40 Clarify contributing-docs regarding external_db_managers
(#70466)
55816176d40 is described below
commit 55816176d4078582ea486523850936bd5cc1346c
Author: Stephan <[email protected]>
AuthorDate: Sun Jul 26 12:38:37 2026 +0200
Clarify contributing-docs regarding external_db_managers (#70466)
---
contributing-docs/14_metadata_database_updates.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/14_metadata_database_updates.rst
b/contributing-docs/14_metadata_database_updates.rst
index b235f93ca5e..b16d1c7432b 100644
--- a/contributing-docs/14_metadata_database_updates.rst
+++ b/contributing-docs/14_metadata_database_updates.rst
@@ -141,7 +141,7 @@ Replace the content of your application's ``alembic.ini``
file with Airflow's ``
If the above is not clear, you might want to look at the FAB implementation of
this migration.
After setting up those, and you want Airflow to run the migration for you when
running ``airflow db migrate`` then you need to
-add your DBManager to the ``[core] external_db_managers`` configuration.
+add your DBManager to the ``[database] external_db_managers`` configuration.
--------