From e5d937ceebc4dd571435f3a0d77b9ac77a326827 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 26 Jul 2026 11:57:24 +0200 Subject: [PATCH] Fix wrong configuration section use in docs external_db_managers is part of the database section, not core --- 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 b235f93ca5e57..b16d1c7432b8a 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. --------