-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update table ID in query context on chart import (#16374)
* fix: update table ID in query context on chart import * Fix test
- Loading branch information
1 parent
13a2ee3
commit adebc09
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@betodealmeida when importing charts/dashboards, the id is generated by the (importing) superset and is most likely not the same as the id from the (exported) superset. Thus the id that is stored in the query context is incorrect and therefore data endpoints (for downloading data of a chart) will not work.
Is this expected behaviour?