You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jack (JIRA)" <ji...@apache.org> on 2018/12/10 14:27:00 UTC

[jira] [Commented] (AIRFLOW-1396) Transfer data from BigQuery to MySQL operator

    [ https://issues.apache.org/jira/browse/AIRFLOW-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714783#comment-16714783 ] 

jack commented on AIRFLOW-1396:
-------------------------------

There isn't any direct operator from any database to BigQuery.

Operators are for GCS and from there you can use the GoogleCloudStorageToBigQueryOperator

 

This also the same for the other way around. Perform BigQueryOperatorToGoogleCloudStorage and from there you can load the CSV/Json to a database of your choice. __ 

 

I think this one is a won't fix.

> Transfer data from BigQuery to MySQL operator
> ---------------------------------------------
>
>                 Key: AIRFLOW-1396
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1396
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: contrib, operators
>            Reporter: Yu Ishikawa
>            Priority: Major
>
> We should have an operator to transfer queried data from bigquery to mysql like {{HiveToMySqlTransfer}}.



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