mirror of
https://github.com/apache/superset.git
synced 2026-04-27 20:14:54 +00:00
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>