mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(BigQuery): Support special characters in column/metric names used in ORDER BY (#26461)
(cherry picked from commit 4592dd13fa)
This commit is contained in:
committed by
Michael S. Molina
parent
1273f72f94
commit
519f7704ef
@@ -381,4 +381,4 @@ class TestBigQueryDbEngineSpec(TestDbEngineSpec):
|
||||
"orderby": [["gender_cc", True]],
|
||||
}
|
||||
sql = table.get_query_str(query_obj)
|
||||
assert "ORDER BY gender_cc ASC" in sql
|
||||
assert "ORDER BY `gender_cc` ASC" in sql
|
||||
|
||||
Reference in New Issue
Block a user