[
https://issues.apache.org/jira/browse/AIRFLOW-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186923#comment-16186923
]
ASF subversion and git services commented on AIRFLOW-1664:
----------------------------------------------------------
Commit 95a4136a134cdf4210ee1bc078dd93c620386c91 in incubator-airflow's branch
refs/heads/master from [~joy.gao54]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=95a4136 ]
[AIRFLOW-1664] write file as binary instead of str
Closes #2649 from jgao54/write-binary
> 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)