airflow.providers.fab.auth_manager.cli_commands.db_command

Module Contents

Functions

resetdb(args)

Reset the metadata database.

migratedb(args)

Migrates the metadata database.

downgrade(args)

Downgrades the metadata database.

airflow.providers.fab.auth_manager.cli_commands.db_command.resetdb(args)[source]

Reset the metadata database.

airflow.providers.fab.auth_manager.cli_commands.db_command.migratedb(args)[source]

Migrates the metadata database.

airflow.providers.fab.auth_manager.cli_commands.db_command.downgrade(args)[source]

Downgrades the metadata database.

Was this entry helpful?