Skip to content

Commit

Permalink
Add standard provider to chicken-egg-providers (apache#42760)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
potiuk authored Oct 7, 2024
1 parent 46ccc73 commit e46006b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def get_airflow_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]]] = [
Expand Down
1 change: 1 addition & 0 deletions prod_image_installed_providers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ smtp
snowflake
sqlite
ssh
standard

0 comments on commit e46006b

Please sign in to comment.