potiuk commented on code in PR #30127:
URL: https://github.com/apache/airflow/pull/30127#discussion_r1140603434
##########
setup.py:
##########
@@ -399,6 +399,8 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT
/ "airflow" / "git_ve
"wheel",
"yamllint",
"aioresponses",
+ # TODO: why??
+ "aiobotocore>=2.1.1",
Review Comment:
Yeah. I did not want to bias it, but that was also my personal preference
(but I wanted to objectively show you the options). It seems much easier to
explain as well, and I have a feeling that deferring new features by few months
is not a huge issue as the adoption is usually anyhow delayed and deferrable
operators not being available by default would be a big bummer.
With the #30161 now merged, the aiobotocore will also be included in the
PROD image by default, so we are on track to increase the adoption of
deferrable operators :).
--
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]