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

[jira] [Resolved] (AIRFLOW-3601) update operators to BigQuery to support location

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

Jarek Potiuk resolved AIRFLOW-3601.
-----------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

> update operators to BigQuery to support location
> ------------------------------------------------
>
>                 Key: AIRFLOW-3601
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3601
>             Project: Apache Airflow
>          Issue Type: Task
>          Components: gcp
>    Affects Versions: 1.10.1
>            Reporter: Yohei Onishi
>            Assignee: Yohei Onishi
>            Priority: Major
>              Labels: bigquery
>             Fix For: 2.0.0
>
>
> location support for BigQueryHook was merged by the PR 4324 [https://github.com/apache/incubator-airflow/pull/4324]
> The following operators needs to be updated.
> * bigquery_get_data.py
> ** BigQueryGetDataOperator (fix in https://issues.apache.org/jira/browse/AIRFLOW-4287)
> *  bigquery_operator.py
> ** BigQueryOperator
> ** BigQueryCreateEmptyTableOperator
> ** BigQueryCreateExternalTableOperator
> ** BigQueryDeleteDatasetOperator
> ** BigQueryCreateEmptyDatasetOperator
> * bigquery_to_bigquery.py
> ** BigQueryToBigQueryOperator (fix in https://issues.apache.org/jira/browse/AIRFLOW-4288)
> * bigquery_to_gcs.py
> ** BigQueryToCloudStorageOperator
> * gcs_to_bq.py
> ** GoogleCloudStorageToBigQueryOperator
> * bigquery_sensor.py
> ** BigQueryTableSensor
> The following operators does not require location since it does not use location internally
> * bigquery_check_operator.py
> ** BigQueryCheckOperator
> * bigquery_table_delete_operator.py
> ** BigQueryDeleteDatasetOperator https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/delete
> * bigquery_table_delete_operator.py
> ** BigQueryTableDeleteOperator https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/delete



--
This message was sent by Atlassian Jira
(v8.3.2#803003)