mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix(cpq): Add schema to Query.data() payload (#22791)
This commit is contained in:
@@ -244,6 +244,7 @@ class Query(
|
||||
"owners": self.owners_data,
|
||||
"database": {"id": self.database_id, "backend": self.database.backend},
|
||||
"order_by_choices": order_by_choices,
|
||||
"schema": self.schema,
|
||||
}
|
||||
|
||||
def raise_for_access(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user