potiuk commented on code in PR #37246:
URL: https://github.com/apache/airflow/pull/37246#discussion_r1486132693


##########
airflow/providers/common/sql/hooks/sql.py:
##########
@@ -37,6 +37,7 @@
 
 import sqlparse
 from deprecated import deprecated
+from more_itertools import chunked

Review Comment:
   Ah. Good point. We need to do it, we missed that one. Great catch 
@pankajkoti . We do have more-itertools in our CI image because it's a 
transitive dependency of a few other packages (hatch/ twine/salesforce) but we 
definitely need to add it for 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]

Reply via email to