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:01:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikolay Stoynov updated AIRFLOW-5553:
-------------------------------------
    Description: 
 

The MySqlGoogleCloudStorageOperator currently deals with `bytes` values. However, the way it detects when a value is of type `bytes` 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.

 

  was:
 

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.

 


> 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.3, 1.10.4, 1.10.5
>            Reporter: Nikolay Stoynov
>            Assignee: Nikolay Stoynov
>            Priority: Minor
>              Labels: easyfix
>
>  
> The MySqlGoogleCloudStorageOperator currently deals with `bytes` values. However, the way it detects when a value is of type `bytes` 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)