Skip to content

Commit

Permalink
Pre-install FAB provider
Browse files Browse the repository at this point in the history
  • Loading branch information
vincbeck committed Nov 28, 2023
1 parent 430c9a4 commit 5a1bb6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev/breeze/src/airflow_breeze/utils/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
# The version from PyPI has requirement of apache-airflow>=2.8.0
# "common.io",
"common.sql",
"fab",
"ftp",
"http",
"imap",
Expand Down
4 changes: 2 additions & 2 deletions docs/apache-airflow/extra-packages-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ Some of those enable Airflow to use executors to run tasks with them - other tha
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
| exasol | ``pip install 'apache-airflow[exasol]'`` | Exasol hooks and operators | |
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
| fab | ``pip install 'apache-airflow[fab]'`` | FAB auth manager | |
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
| github | ``pip install 'apache-airflow[github]'`` | GitHub operators and hook | |
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
| influxdb | ``pip install 'apache-airflow[influxdb]'`` | Influxdb operators and hook | |
Expand Down Expand Up @@ -303,6 +301,8 @@ These are extras that provide support for integration with external systems via
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| common.sql | ``pip install 'apache-airflow[common.sql]'`` | Core SQL Operators | * |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| fab | ``pip install 'apache-airflow[fab]'`` | FAB auth manager | * |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| ftp | ``pip install 'apache-airflow[ftp]'`` | FTP hooks and operators | * |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| grpc | ``pip install 'apache-airflow[grpc]'`` | Grpc hooks and operators | |
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ def sort_extras_dependencies() -> dict[str, list[str]]:
# The version from PyPI has requirement of apache-airflow>=2.8.0
# "common.io",
"common.sql",
"fab",
"ftp",
"http",
"imap",
Expand Down

0 comments on commit 5a1bb6d

Please sign in to comment.