potiuk commented on code in PR #37052: URL: https://github.com/apache/airflow/pull/37052#discussion_r1468791803
########## pyproject.toml: ########## @@ -533,6 +534,7 @@ alibaba = [ "oss2>=2.14.0", ] amazon = [ + "PyAthena>=3.0.10", Review Comment: BTW. It turned out that PyAthena dependency was also manuall added here, which is a bad idea, this part of pyproject.toml will be always now regenerated automatically when things will change. -- 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]
