fix(cpq): Add `schema` to Query.data() payload (#22791)
This commit is contained in:
parent
9ed2326a20
commit
88a5d987da
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue