potiuk commented on code in PR #23971: URL: https://github.com/apache/airflow/pull/23971#discussion_r922718564
########## airflow/providers/common/sql/hooks/sql.py: ########## @@ -17,8 +17,9 @@ import warnings from contextlib import closing from datetime import datetime -from typing import Any, Optional +from typing import TYPE_CHECKING, Any, Callable, Iterable, List, Mapping, Optional, Tuple, Union +import sqlparse Review Comment: https://github.com/apache/airflow/pull/25108 removes the file -- 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]
