Skip to content

Commit

Permalink
add logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee2532 committed Feb 1, 2025
1 parent e83fa23 commit f98faeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redash/query_runner/big_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def get_schema(self, get_stats=False):
dataset_id = dataset["datasetReference"]["datasetId"]
location = dataset["location"]
if location != self._get_location():
logger.debug("dataset location is different: %s", location)
continue
query = query_base.format(dataset_id=dataset_id)
queries.append(query)
Expand Down

0 comments on commit f98faeb

Please sign in to comment.