o-nikolas commented on code in PR #29045:
URL: https://github.com/apache/airflow/pull/29045#discussion_r1091222334
##########
airflow/providers/amazon/aws/transfers/sql_to_s3.py:
##########
@@ -39,6 +32,7 @@
if TYPE_CHECKING:
from airflow.utils.context import Context
+ from pandas import DataFrame
class FILE_FORMAT(enum.Enum):
Review Comment:
```suggestion
from pandas import DataFrame
from airflow.utils.context import Context
class FILE_FORMAT(enum.Enum):
```
--
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]