You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2024/04/08 09:37:21 UTC

(airflow) branch main updated: Add FAB provider to Airflow extras in the image (#38824)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e77c1358eb Add FAB provider to Airflow extras in the image (#38824)
e77c1358eb is described below

commit e77c1358eb3d9ce19806ed8918ce5825878eca66
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Mon Apr 8 10:37:14 2024 +0100

    Add FAB provider to Airflow extras in the image (#38824)
---
 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 4a742bc455..292a378432 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 949ab38ddc..0ee4b9ab91 100644
--- a/dev/breeze/doc/images/output_prod-image_build.txt
+++ b/dev/breeze/doc/images/output_prod-image_build.txt
@@ -1 +1 @@
-9603d357976e9b1fa85ebd213c4a825d
+613daeb0e2e5b0b117a3bf8e8eb8434f
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py
index 2c8d9523bf..32c8eb98f0 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -433,6 +433,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