This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-9-test by this push:
new 225fe51310 Add FAB provider to Airflow extras in the image (#38824)
225fe51310 is described below
commit 225fe51310eae93ec9e467eb34af4ba2d849c339
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Mon Apr 8 10:37:14 2024 +0100
Add FAB provider to Airflow extras in the image (#38824)
(cherry picked from commit e77c1358eb3d9ce19806ed8918ce5825878eca66)
---
Dockerfile | 2 +-
dev/breeze/doc/images/output_prod-image_build.txt | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 1 +
docs/docker-stack/build-arg-ref.rst | 1 +
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 9259ae6354..cc14f5ed48 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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=""
diff --git a/dev/breeze/doc/images/output_prod-image_build.txt
b/dev/breeze/doc/images/output_prod-image_build.txt
index b5beac4670..cfc057a0fc 100644
--- a/dev/breeze/doc/images/output_prod-image_build.txt
+++ b/dev/breeze/doc/images/output_prod-image_build.txt
@@ -1 +1 @@
-a25d506700f6bd33a3cd9a1f1cfac49b
+705fe2dd4ace36718e67774e0a363149
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py
b/dev/breeze/src/airflow_breeze/global_constants.py
index fbf2abc5c1..e697f08b15 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -432,6 +432,7 @@ DEFAULT_EXTRAS = [
"common-io",
"docker",
"elasticsearch",
+ "fab",
"ftp",
"google",
"google-auth",
diff --git a/docs/docker-stack/build-arg-ref.rst
b/docs/docker-stack/build-arg-ref.rst
index 8d96d2243e..49ec996b82 100644
--- a/docs/docker-stack/build-arg-ref.rst
+++ b/docs/docker-stack/build-arg-ref.rst
@@ -95,6 +95,7 @@ List of default extras in the production Dockerfile:
* common-io
* docker
* elasticsearch
+* fab
* ftp
* google
* google-auth