mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix: dashboard endpoint sig changed (#10220)
* fix(thumbnails): dashboard endpoint sig changed * fix, flask get url for Superset.dashboard * add simple test
This commit is contained in:
committed by
GitHub
parent
e94c9804a2
commit
6224edd42d
@@ -530,7 +530,7 @@ def compute_thumbnails(
|
||||
"Superset.slice", slice_id=model.id, standalone="true"
|
||||
)
|
||||
else:
|
||||
url = get_url_path("Superset.dashboard", dashboard_id=model.id)
|
||||
url = get_url_path("Superset.dashboard", dashboard_id_or_slug=model.id)
|
||||
func(url, model.digest, force=force)
|
||||
|
||||
if not charts_only:
|
||||
|
||||
Reference in New Issue
Block a user