o-nikolas commented on code in PR #29045:
URL: https://github.com/apache/airflow/pull/29045#discussion_r1091245909
##########
airflow/providers/amazon/aws/transfers/sql_to_s3.py:
##########
@@ -38,6 +31,8 @@
from airflow.providers.common.sql.hooks.sql import DbApiHook
if TYPE_CHECKING:
+ from pandas import DataFrame
+
from airflow.utils.context import Context
Review Comment:
```suggestion
from pandas import DataFrame
from airflow.utils.context import Context
```
--
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]