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)