Skip to content

Commit

Permalink
Add common-sql to CHICKEN_EGG_PROVIDERS
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored and potiuk committed Nov 12, 2024
1 parent 7229ba1 commit d317970
Showing 1 changed file with 1 addition 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 @@ -568,7 +568,7 @@ def get_airflow_extras():
# END OF EXTRAS LIST UPDATED BY PRE COMMIT
]

CHICKEN_EGG_PROVIDERS = " ".join(["standard amazon"])
CHICKEN_EGG_PROVIDERS = " ".join(["standard amazon common-sql"])


BASE_PROVIDERS_COMPATIBILITY_CHECKS: list[dict[str, str | list[str]]] = [
Expand Down

0 comments on commit d317970

Please sign in to comment.