[
https://issues.apache.org/jira/browse/AIRFLOW-4908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953654#comment-16953654
]
ASF subversion and git services commented on AIRFLOW-4908:
----------------------------------------------------------
Commit 836402934567a150268a5d63fdd8b1b80a7dcab3 in airflow's branch
refs/heads/v1-10-test from Ryan Yuan
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=8364029 ]
[AIRFLOW-4908] Implement BigQuery Hooks/Operators for update_dataset,
patch_dataset and get_dataset (#5546)
Implement BigQuery Hooks/Operators for update_dataset, patch_dataset and
get_dataset
(cherry picked from commit 09b9610bee9f49270a9f3add6b45c1c6437c1914)
> Implement BigQuery Hooks/Operators for update_dataset, patch_dataset and
> get_dataset
> ------------------------------------------------------------------------------------
>
> Key: AIRFLOW-4908
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4908
> Project: Apache Airflow
> Issue Type: New Feature
> Components: gcp
> Affects Versions: 2.0.0
> Reporter: Ryan Yuan
> Assignee: Ryan Yuan
> Priority: Critical
> Fix For: 1.10.6
>
>
> To create a BigQuery sink for GCP Stackdriver Logging, I have to assign
> `WRITER` access to group `[email protected]` to access BQ dataset.
> However, current BigQueryHook doesn't support updating/patching dataset.
> Reference:
> [https://googleapis.github.io/google-cloud-python/latest/logging/usage.html#export-to-bigquery]
> Implement GCP Stackdriver Logging:
> https://issues.apache.org/jira/browse/AIRFLOW-4779
> While it is missing update_dataset and patch_dataset, BigQueryHook has
> get_dataset but it doesn't have operator for it.
>
> Features to be implemented:
> BigQueryBaseCursor.patch_dataset
> BigQueryBaseCursor.update_dataset
> BigQueryPatchDatasetOperator
> BigQueryUpdateDatasetOperator
> BigQueryGetDatasetOperator
--
This message was sent by Atlassian Jira
(v8.3.4#803005)