ryanyuan commented on a change in pull request #5546: [AIRFLOW-4908] BigQuery
Hooks/Operators for update_dataset, patch_dataset, get_dataset
URL: https://github.com/apache/airflow/pull/5546#discussion_r308478314
##########
File path: airflow/contrib/hooks/bigquery_hook.py
##########
@@ -1718,6 +1718,97 @@ def get_datasets_list(self, project_id=None):
return datasets_list
+ def patch_dataset(self, dataset_id, dataset_resource, project_id=None):
Review comment:
@mik-laj Even though BigQueryHook inherits GoogleCloudBaseHook, most of the
functions are in BigQueryBaseCursor.
I believe that's the reason why when we introduced
fallback_to_default_project_id, we didn't put that into bigquery_hook.py.
----------------------------------------------------------------
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]
With regards,
Apache Git Services