mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: call screenshot to store query_context (#15846)
* feat: call screenshot to store query_context * Add unit test * Move updateQueryContext to ExploreChartPanel * Add error handling * Fix code * Fix logic
This commit is contained in:
@@ -193,6 +193,7 @@ class Slice(
|
||||
"description_markeddown": self.description_markeddown,
|
||||
"edit_url": self.edit_url,
|
||||
"form_data": self.form_data,
|
||||
"query_context": self.query_context,
|
||||
"modified": self.modified(),
|
||||
"owners": [
|
||||
f"{owner.first_name} {owner.last_name}" for owner in self.owners
|
||||
|
||||
Reference in New Issue
Block a user