kaxil commented on a change in pull request #4299: [AIRFLOW-3490]
BigQueryHook's Ability to Patch Table/View
URL: https://github.com/apache/airflow/pull/4299#discussion_r247311569
##########
File path: airflow/contrib/hooks/bigquery_hook.py
##########
@@ -495,6 +495,116 @@ def create_external_table(self,
'BigQuery job failed. Error was: {}'.format(err.content)
)
+ def patch_table(self,
+ dataset_id,
+ table_id,
+ project_id=None,
Review comment:
I have updated this as project_id can be None as we take that info from the
connection.
Can you update the tests accordingly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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