This is an automated email from the ASF dual-hosted git repository.
potiuk 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 e46006b25b Add standard provider to chicken-egg-providers (#42760)
e46006b25b is described below
commit e46006b25b025eee2feb5aedcb3bb01069a4b730
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Oct 6 23:24:24 2024 -0700
Add standard provider to chicken-egg-providers (#42760)
Standard provider should be added to chicken-egg-providers as it
has not yet been officially released, so we need to add it.
This can only be done via "apache" PR as it is needed in build-images
workflow. This is needed to unblock #42252
---
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
prod_image_installed_providers.txt | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py
b/dev/breeze/src/airflow_breeze/global_constants.py
index 96e37c28fa..7d1da86314 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -502,7 +502,7 @@ DEFAULT_EXTRAS = [
# END OF EXTRAS LIST UPDATED BY PRE COMMIT
]
-CHICKEN_EGG_PROVIDERS = " ".join([])
+CHICKEN_EGG_PROVIDERS = " ".join(["standard"])
BASE_PROVIDERS_COMPATIBILITY_CHECKS: list[dict[str, str | list[str]]] = [
diff --git a/prod_image_installed_providers.txt
b/prod_image_installed_providers.txt
index 7340928738..5ba30a865f 100644
--- a/prod_image_installed_providers.txt
+++ b/prod_image_installed_providers.txt
@@ -27,3 +27,4 @@ smtp
snowflake
sqlite
ssh
+standard