You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ryan Yuan (JIRA)" <ji...@apache.org> on 2019/07/08 03:14:00 UTC

[jira] [Created] (AIRFLOW-4908) Implement BigQueryHook's update_dataset and patch_dataset

Ryan Yuan created AIRFLOW-4908:
----------------------------------

             Summary: Implement BigQueryHook's update_dataset and patch_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


To create a BigQuery sink for GCP Stackdriver Logging, I have to assign `WRITER` access to group `cloud-logs@google.com` 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|https://issues.apache.org/jira/browse/AIRFLOW-4779]

 



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