[
https://issues.apache.org/jira/browse/AIRFLOW-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925502#comment-16925502
]
ASF GitHub Bot commented on AIRFLOW-3601:
-----------------------------------------
potiuk commented on pull request #6020:
[AIRFLOW-3601][AIRFLOW-4288][AIRFLOW-4287][AIRFLOW-4575] Update operators to
BigQuery to support location
URL: https://github.com/apache/airflow/pull/6020
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)