airflow.providers.fab.www.views¶
Classes¶
A simple view that inherits from FAB index view. |
Functions¶
|
Show Traceback for a given error. |
Module Contents¶
- class airflow.providers.fab.www.views.FabIndexView[source]¶
Bases:
flask_appbuilder.IndexView
A simple view that inherits from FAB index view.
The only goal of this view is to redirect the user to the Airflow 3 UI index page if the user is authenticated. It is impossible to redirect the user directly to the Airflow 3 UI index page before redirecting them to this page because FAB itself defines the logic redirection and does not allow external redirect.
It is impossible to redirect the user before