Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing-docs/14_metadata_database_updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

--------

Expand Down