You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Nikolay Stoynov (Jira)" <ji...@apache.org> on 2019/09/25 18:00:00 UTC

[jira] [Created] (AIRFLOW-5553) mysql_to_gcs.MySqlToGoogleCloudStorageOperator binary values cannot be encoded whenever a BQ schema is not explicitly specified

Nikolay Stoynov created AIRFLOW-5553:
----------------------------------------

             Summary: mysql_to_gcs.MySqlToGoogleCloudStorageOperator binary values cannot be encoded whenever a BQ schema is not explicitly specified
                 Key: AIRFLOW-5553
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5553
             Project: Apache Airflow
          Issue Type: Bug
          Components: operators
    Affects Versions: 1.10.5, 1.10.4, 1.10.3
            Reporter: Nikolay Stoynov
            Assignee: Nikolay Stoynov


 

The MySqlGoogleCloudStorageOperator currently deals with `bytes` values. However, the way it detects when a value is dependent on the column type in the BQ schema provided.

This should be a trivial fix but needs to be addressed so that the check for a bytes value is based on the type of the variable too.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)