mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +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:
@@ -771,7 +771,7 @@ class Database(Model, AuditMixinNullable, ImportMixin):
|
||||
|
||||
@property
|
||||
def allows_subquery(self):
|
||||
return self.db_engine_spec.allows_subquery
|
||||
return self.db_engine_spec.allows_subqueries
|
||||
|
||||
@property
|
||||
def data(self):
|
||||
|
||||
Reference in New Issue
Block a user