airflow.providers.fab.www.extensions.init_views

Attributes

log

base_paths

Functions

init_appbuilder_views(app)

Initialize Web UI views.

init_plugins(app)

Integrate Flask and FAB with plugins.

init_api_error_handlers(app)

Add error handlers for 404 and 405 errors for existing API paths.

init_error_handlers(app)

Add custom errors handlers.

init_api_auth_provider(app)

Initialize the API offered by the auth manager.

Module Contents

airflow.providers.fab.www.extensions.init_views.log[source]
airflow.providers.fab.www.extensions.init_views.init_appbuilder_views(app)[source]

Initialize Web UI views.

airflow.providers.fab.www.extensions.init_views.init_plugins(app)[source]

Integrate Flask and FAB with plugins.

airflow.providers.fab.www.extensions.init_views.base_paths: list[str] = [][source]
airflow.providers.fab.www.extensions.init_views.init_api_error_handlers(app)[source]

Add error handlers for 404 and 405 errors for existing API paths.

airflow.providers.fab.www.extensions.init_views.init_error_handlers(app)[source]

Add custom errors handlers.

airflow.providers.fab.www.extensions.init_views.init_api_auth_provider(app)[source]

Initialize the API offered by the auth manager.

Was this entry helpful?