shubham22 commented on code in PR #30127:
URL: https://github.com/apache/airflow/pull/30127#discussion_r1140594586
##########
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:
Agree with the thoughts expressed by @o-nikolas @syedahsn and @kaxil.
Priority should be given to providing a better out-of-the-box user experience.
If we don't make aiobotocore the default option, it will increase the workload
for users, and as Niko mentioned, it may require refactoring of DAGs once the
user enables async. On the other hand, we don't have any evidence yet that
restricting the botocore version will cause significant customer problems.
Thank you @potiuk for spending time on this and providing us with options.
We're certainly converging to a better approach than what we started with.
--
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]