You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 18:04:01 UTC

[jira] [Commented] (AIRFLOW-2224) Add support for CSV file exports in mysql_to_gcs contrib operator

    [ https://issues.apache.org/jira/browse/AIRFLOW-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601495#comment-16601495 ] 

Apache Spark commented on AIRFLOW-2224:
---------------------------------------

User 'bnajlis' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3139

> 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: Airflow 1.9.0
>            Reporter: Bernardo Najlis
>            Assignee: Bernardo Najlis
>            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)