pankajkoti commented on code in PR #37246: URL: https://github.com/apache/airflow/pull/37246#discussion_r1486150951
########## airflow/providers/common/sql/hooks/sql.py: ########## @@ -37,6 +37,7 @@ import sqlparse from deprecated import deprecated +from more_itertools import chunked Review Comment: Thank you for the quick fix. The (Astronomer) Providers RC automation test suite reported this failure :) -- 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]
