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 06:13:24 UTC

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

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



##########
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:
       One more question! Does this work with parquet files? After looking into the docs, I don't think it does. Right?




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