kaxil commented on code in PR #30127:
URL: https://github.com/apache/airflow/pull/30127#discussion_r1140575821


##########
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:
   I am with @o-nikolas on this one -- a case where everything works out of the 
box is better than if a user has to make choices depending.
   
   Also, we want to increase and drive the adoption of Deferrable operators, 
and decreasing road-blocks for user's adopting it would be my preference 
   
   



-- 
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]

Reply via email to