You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Joy Gao (JIRA)" <ji...@apache.org> on 2017/09/29 21:48:00 UTC

[jira] [Created] (AIRFLOW-1664) Make MySqlToGoogleCloudStorageOperator support binary data again

Joy Gao created AIRFLOW-1664:
--------------------------------

             Summary: Make MySqlToGoogleCloudStorageOperator support binary data again
                 Key: AIRFLOW-1664
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1664
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Joy Gao
            Assignee: Joy Gao


The default NamedTemporaryFile mode is `w+b`, this has been modified to `w` in https://github.com/apache/incubator-airflow/pull/2609. This caused a regression for python 2.x airflow environment where it could no longer supports binary type in mysql. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)