Skip to content

Commit

Permalink
fix(cpq): Add schema to Query.data() payload (apache#22791)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored and PawankumarES committed Feb 13, 2023
1 parent 08de06c commit 4df74cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/models/sql_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def data(self) -> Dict[str, Any]:
"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:
Expand Down

0 comments on commit 4df74cb

Please sign in to comment.