pankajastro commented on code in PR #37246: URL: https://github.com/apache/airflow/pull/37246#discussion_r1486132469
########## airflow/providers/common/sql/hooks/sql.py: ########## @@ -37,6 +37,7 @@ import sqlparse from deprecated import deprecated +from more_itertools import chunked Review Comment: hmm looks like dependency is missing for `more-itertools` -- 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]
