[
https://issues.apache.org/jira/browse/AIRFLOW-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786065#comment-16786065
]
ASF GitHub Bot commented on AIRFLOW-2224:
-----------------------------------------
Fokko commented on pull request #4738: [AIRFLOW-2224] Add support CSV files in
MySqlToGoogleCloudStorageOperator
URL: https://github.com/apache/airflow/pull/4738
----------------------------------------------------------------
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:
[email protected]
> Add support for CSV file exports in mysql_to_gcs contrib operator
> -----------------------------------------------------------------
>
> Key: AIRFLOW-2224
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2224
> Project: Apache Airflow
> Issue Type: Improvement
> Components: contrib
> Affects Versions: 1.9.0
> Reporter: Bernardo Najlis
> Assignee: Tanay Tummalapalli
> Priority: Major
>
> Add support to export files into CSV format for the mysql_to_gcs contrib
> operator.
> Using unicodecsv, this allows to:
> # Include column names in first row
> # Handle different CSV file types
> # Delimiters
> # Quoting
> # Char escaping
> # Line termination
> Set default format to still be JSON (current default) and also keep the
> multi-file format option available as JSON.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)