nuclearpinguin commented on a change in pull request #6151: [AIRFLOW-5522] BQ
list dataset tables operator
URL: https://github.com/apache/airflow/pull/6151#discussion_r326137711
##########
File path: airflow/gcp/hooks/bigquery.py
##########
@@ -1430,6 +1430,38 @@ def cancel_query(self) -> None:
self.running_job_id)
time.sleep(5)
+ def get_dataset_tables(self, dataset_id: str, project_id: Optional[str] =
None,
+ max_results: Optional[int] = None, page_token:
Optional[str] = None) -> Dict:
Review comment:
Can we make the return type more precise? For example `Dict[str, Dict]`.
----------------------------------------------------------------
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