Skip to content

Commit

Permalink
fix: add cache_key parameter to DashboardRestApi response
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkka Tahvanainen committed Feb 8, 2025
1 parent 06f8f8e commit 1268566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/dashboards/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,7 @@ def build_response(status_code: int) -> WerkzeugResponse:
dashboard_id=dashboard.id,
dashboard_url=dashboard_url,
thumb_size=thumb_size,
cache_key = cache_key,
window_size=window_size,
force=force,
)
Expand Down

0 comments on commit 1268566

Please sign in to comment.