mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[Bugfix] Remove prequery properties from query_obj (#7896)
* Create query_obj for every filter * Deprecate is_prequery and prequeries from query_obj * Fix tests * Fix typos and remove redundant ; from sql * Add typing to namedtuples and move all query str logic to one place * Fix unit test
This commit is contained in:
@@ -22,5 +22,5 @@ class GSheetsEngineSpec(SqliteEngineSpec):
|
||||
"""Engine for Google spreadsheets"""
|
||||
|
||||
engine = "gsheets"
|
||||
inner_joins = False
|
||||
allows_subquery = False
|
||||
allows_joins = False
|
||||
allows_subqueries = False
|
||||
|
||||
Reference in New Issue
Block a user