turbaszek commented on a change in pull request #8477:
URL: https://github.com/apache/airflow/pull/8477#discussion_r415889565
##########
File path: airflow/providers/google/cloud/hooks/bigquery.py
##########
@@ -2093,7 +2089,7 @@ def create_empty_dataset(self, *args, **kwargs) -> None:
DeprecationWarning, stacklevel=3)
return self.hook.create_empty_dataset(*args, **kwargs)
- def get_dataset_tables(self, *args, **kwargs) -> Dict[str, Union[str, int,
List]]:
+ def get_dataset_tables(self, *args, **kwargs) -> List[Dict[str, Any]]:
Review comment:
This method is deprecated, and from what I see this is not change but a
fix (List[Dict] is mentioned in the hook method)
----------------------------------------------------------------
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]