airflow.providers.fab.www.app

Module Contents

Functions

create_app()

Create a new instance of Airflow WWW app.

cached_app()

Return cached instance of Airflow WWW app.

purge_cached_app()

Remove the cached version of the app in global state.

Attributes

app

csrf

airflow.providers.fab.www.app.app: flask.Flask | None[source]
airflow.providers.fab.www.app.csrf[source]
airflow.providers.fab.www.app.create_app()[source]

Create a new instance of Airflow WWW app.

airflow.providers.fab.www.app.cached_app()[source]

Return cached instance of Airflow WWW app.

airflow.providers.fab.www.app.purge_cached_app()[source]

Remove the cached version of the app in global state.

Was this entry helpful?