[
https://issues.apache.org/jira/browse/AIRFLOW-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925503#comment-16925503
]
ASF subversion and git services commented on AIRFLOW-3601:
----------------------------------------------------------
Commit d31c09236c4f5278898e257758d6073e1860e551 in airflow's branch
refs/heads/master from Tomek
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=d31c092 ]
[AIRFLOW-3601] Update operators to BigQuery to support location (#6020)
> 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
>
> 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)