You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/03 15:11:05 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #9320: Introduce 'transfers' packages

feluelle commented on a change in pull request #9320:
URL: https://github.com/apache/airflow/pull/9320#discussion_r464477157



##########
File path: airflow/providers/mysql/transfers/s3_to_mysql.py
##########
@@ -24,7 +24,7 @@
 from airflow.utils.decorators import apply_defaults
 
 
-class S3ToMySqlTransferOperator(BaseOperator):
+class S3ToMySqlOperator(BaseOperator):
     """
     Loads a file from S3 into a MySQL table.

Review comment:
       No I don't think it works directly. You would have to convert parquet to csv and load csv to mysql.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org