Skip to content
Discussion options

You must be logged in to vote

@potiuk - So here is my observation, if we setup basic Airflow with SimpleAuth first airflow db migrate is done without any FAB reference even though the provider is installed, airflow db migrate will not create session table which is expected.

Post initial setup update airflow.cfg to move to FAB, run airflow db migrate or airflow fab-db migrate -> These will only provision ab_* tables, but session table will be missing.
I finally did airflow db reset -> This provisioned the only missing session table
Then do airflow create user to provision the first user and all also seed the base roles, permissions, etc. for FAB

High Level sequence followed
Update airflow.cfg:
external_db_managers = ai…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@potiuk
Comment options

potiuk Sep 15, 2025
Collaborator

@zoomingrocket
Comment options

@potiuk
Comment options

potiuk Sep 15, 2025
Collaborator

Comment options

You must be logged in to vote
2 replies
@potiuk
Comment options

potiuk Sep 17, 2025
Collaborator

@trsreagan3
Comment options

Answer selected by zoomingrocket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants