Skip to content

Commit

Permalink
Add FAB provider to Airflow extras in the image (#38824)
Browse files Browse the repository at this point in the history
(cherry picked from commit e77c135)
  • Loading branch information
ephraimbuddy committed Apr 8, 2024
1 parent 50f22ff commit 225fe51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# much smaller.
#
# Use the same builder frontend version for everyone
ARG AIRFLOW_EXTRAS="aiobotocore,amazon,async,celery,cncf-kubernetes,common-io,docker,elasticsearch,ftp,google,google-auth,graphviz,grpc,hashicorp,http,ldap,microsoft-azure,mysql,odbc,openlineage,pandas,postgres,redis,sendgrid,sftp,slack,snowflake,ssh,statsd,uv,virtualenv"
ARG AIRFLOW_EXTRAS="aiobotocore,amazon,async,celery,cncf-kubernetes,common-io,docker,elasticsearch,fab,ftp,google,google-auth,graphviz,grpc,hashicorp,http,ldap,microsoft-azure,mysql,odbc,openlineage,pandas,postgres,redis,sendgrid,sftp,slack,snowflake,ssh,statsd,uv,virtualenv"
ARG ADDITIONAL_AIRFLOW_EXTRAS=""
ARG ADDITIONAL_PYTHON_DEPS=""

Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_prod-image_build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a25d506700f6bd33a3cd9a1f1cfac49b
705fe2dd4ace36718e67774e0a363149
1 change: 1 addition & 0 deletions dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ def get_airflow_extras():
"common-io",
"docker",
"elasticsearch",
"fab",
"ftp",
"google",
"google-auth",
Expand Down
1 change: 1 addition & 0 deletions docs/docker-stack/build-arg-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ List of default extras in the production Dockerfile:
* common-io
* docker
* elasticsearch
* fab
* ftp
* google
* google-auth
Expand Down

0 comments on commit 225fe51

Please sign in to comment.