Skip to content

Commit 96cb9f7

Browse files
potiukharjeevanmaan
authored andcommitted
Add standard provider to chicken-egg-providers (apache#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 apache#42252
1 parent 275a822 commit 96cb9f7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dev/breeze/src/airflow_breeze/global_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def get_airflow_extras():
502502
# END OF EXTRAS LIST UPDATED BY PRE COMMIT
503503
]
504504

505-
CHICKEN_EGG_PROVIDERS = " ".join([])
505+
CHICKEN_EGG_PROVIDERS = " ".join(["standard"])
506506

507507

508508
BASE_PROVIDERS_COMPATIBILITY_CHECKS: list[dict[str, str | list[str]]] = [

prod_image_installed_providers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ smtp
2727
snowflake
2828
sqlite
2929
ssh
30+
standard

0 commit comments

Comments
 (0)