airflow.providers.fab.www.extensions.init_views¶
Attributes¶
Functions¶
Initialize Web UI views. |
|
|
Integrate Flask and FAB with plugins. |
Add error handlers for 404 and 405 errors for existing API paths. |
|
|
Add custom errors handlers. |
Initialize the API offered by the auth manager. |
Module Contents¶
- 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.init_api_error_handlers(app)[source]¶
Add error handlers for 404 and 405 errors for existing API paths.