[
https://issues.apache.org/jira/browse/AIRFLOW-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786066#comment-16786066
]
ASF subversion and git services commented on AIRFLOW-2224:
----------------------------------------------------------
Commit ab4d0f6e16b50083f4ab198879bfa93d5f75c873 in airflow's branch
refs/heads/master from Tanay Tummalapalli
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=ab4d0f6 ]
[AIRFLOW-2224] Add support CSV files in MySqlToGoogleCloudStorageOperator
(#4738)
MySqlToGoogleCloudStorageOperator supported export from MySQL in
newline-delimited JSON format only. Added support for export
from MySQL in CSV format with the option of specifying a field
delimiter.Thanks to Bernardo Najlis(@bnajlis) for the original
PR(#3139). I made some changes to the the original PR.
> 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)