Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

apache-airflow-providers-fab

apache-airflow-providers-fab package

Flask App Builder

Release: 3.7.2

Provider package

This package is for the fab provider. All classes for this package are included in the airflow.providers.fab python package.

Installation

You can install this package on top of an existing Airflow installation via pip install apache-airflow-providers-fab. For the minimum Airflow version supported, see Requirements below.

Requirements

The minimum Apache Airflow version supported by this provider distribution is 3.0.2.

PIP package

Version required

apache-airflow

>=3.0.2

apache-airflow-providers-common-compat

>=1.12.0

blinker

>=1.6.2

flask

>=2.2.1

flask-appbuilder

==5.2.1

pyjwt

>=2.11.0

flask-login

>=0.6.2; python_version < "3.14"

flask-login

>=0.6.3; python_version >= "3.14"

flask-session

>=0.8.0

msgpack

>=1.0.0

flask-sqlalchemy

>=3.0.5

flask-wtf

>=1.1.0; python_version < "3.14"

flask-wtf

>=1.2.2; python_version >= "3.14"

jmespath

>=0.7.0

werkzeug

>=2.2; python_version <= "3.13"

werkzeug

>=3.1.6; python_version >= "3.14"

wtforms

>=3.0

cachetools

>=6.0

marshmallow

>=3

flask_limiter

>3

Optional dependencies

These extras install optional third-party libraries that enable additional features of the provider. Install them when installing from PyPI. For example:

pip install apache-airflow-providers-fab[kerberos]

Extra

Dependencies

kerberos

kerberos>=1.3.0

oauth

authlib>=1.0.0

Downloading official packages

You can download officially released packages and verify their checksums and signatures from the Official Apache Download site

Was this entry helpful?