You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Hongyi Wang (JIRA)" <ji...@apache.org> on 2018/03/02 21:46:00 UTC

[jira] [Created] (AIRFLOW-2169) Fail to discern between VARBINARY and VARCHAR in MySQL

Hongyi Wang created AIRFLOW-2169:
------------------------------------

             Summary: Fail to discern between VARBINARY and VARCHAR in MySQL
                 Key: AIRFLOW-2169
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2169
             Project: Apache Airflow
          Issue Type: Bug
          Components: db, operators
            Reporter: Hongyi Wang
            Assignee: Hongyi Wang


Current MySqlToGoogleCloudStorageOperator has difficulty to discern between VARBINARY and VARCHAR in MySQL (and other similar fields–CHAR/BINARY, etc). While "binary-related" MySQL data types, like VARBINARY, should be mapped to "BYTES" in Google Cloud Storage, rather than "STRING".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)