[
https://issues.apache.org/jira/browse/AIRFLOW-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186925#comment-16186925
]
ASF subversion and git services commented on AIRFLOW-1664:
----------------------------------------------------------
Commit 95813dec05371c3ab7e3e178af214028b9ac6502 in incubator-airflow's branch
refs/heads/v1-9-test from [~joy.gao54]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=95813de ]
[AIRFLOW-1664] write file as binary instead of str
Closes #2649 from jgao54/write-binary
(cherry picked from commit 95a4136a134cdf4210ee1bc078dd93c620386c91)
Signed-off-by: Bolke de Bruin <[email protected]>
> 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)