Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add sql region
Browse files Browse the repository at this point in the history
Lee2532 committed Jan 16, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 0dd7ac3 commit 4aa08c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/big_query.py
Original file line number Diff line number Diff line change
@@ -305,7 +305,7 @@ def get_schema(self, get_stats=False):

query_base = """
SELECT table_schema, table_name, field_path
FROM `{dataset_id}`.INFORMATION_SCHEMA.COLUMN_FIELD_PATHS
FROM region-`{dataset_id}`.INFORMATION_SCHEMA.COLUMN_FIELD_PATHS
WHERE table_schema NOT IN ('information_schema')
"""

0 comments on commit 4aa08c2

Please sign in to comment.