eladkal commented on code in PR #41916:
URL: https://github.com/apache/airflow/pull/41916#discussion_r1835950344
##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -567,7 +567,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"])
Review Comment:
```suggestion
CHICKEN_EGG_PROVIDERS = " ".join(["standard amazon common.sql"])
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]