Airflow Summit 2025 is coming October 07-09. Register now to secure your spot!

airflow.providers.fab.www.utils

Attributes

log

Functions

get_session_lifetime_config()

Get session timeout configs and handle outdated configs gracefully.

get_fab_auth_manager()

get_fab_action_from_method_map()

Return the map associating a method to a FAB action.

get_method_from_fab_action_map()

Return the map associating a FAB action to a method.

Module Contents

airflow.providers.fab.www.utils.log[source]
airflow.providers.fab.www.utils.get_session_lifetime_config()[source]

Get session timeout configs and handle outdated configs gracefully.

airflow.providers.fab.www.utils.get_fab_auth_manager()[source]
airflow.providers.fab.www.utils.get_fab_action_from_method_map()[source]

Return the map associating a method to a FAB action.

airflow.providers.fab.www.utils.get_method_from_fab_action_map()[source]

Return the map associating a FAB action to a method.

Was this entry helpful?