mohannadbanayosi commented on a change in pull request #6151: [AIRFLOW-5522] BQ 
list dataset tables operator
URL: https://github.com/apache/airflow/pull/6151#discussion_r326169066
 
 

 ##########
 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:
   Changed it to `Dict[str, Union[str, int, List]]`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to