Clarify FAB and Auth documentation regarding external_db_managers - #69929
Merged
Conversation
external_db_managers is part of the database section, not core
FABDBManager is not added to external_db_manager if it is specified under auth_manager, it is just loaded by the RunDBManager
vincbeck
approved these changes
Jul 15, 2026
joshuabvarghese
pushed a commit
to joshuabvarghese/airflow
that referenced
this pull request
Jul 16, 2026
…ache#69929) This PR clarifies the related documentation by: - Replacing the incorrectly used [core] external_db_managers section with [database] external_db_managers. - Rewording misleading statements that suggested DB managers are added to the external_db_managers configuration, when they are actually loaded automatically at runtime.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After upgrading Airflow, I had some issues regarding the FAB migration and started looking into the inner workings more closely. Through this, I discovered that some documentation around FAB and auth managers is a bit misleading and does not fully reflect what happens in the code itself.
This PR clarifies the related documentation by:
[core] external_db_managerssection with[database] external_db_managers.external_db_managersconfiguration, when they are actually loaded automatically at runtime.Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.