Files
superset2/superset-frontend
Joe Li 01c84a3bf1 fix(embedded-e2e): pass dashboard ID as string to guest token API
The Marshmallow ResourceSchema uses fields.String(required=True) for
the resource id, which rejects numeric values. The previous refactor
removed the String() wrapper around dashboardId, causing the guest
token request to fail validation silently and the embedded dashboard
to never authenticate or render.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 08:56:55 -07:00
..