Embed Dashboard Without Superset UI #36455
Replies: 1 comment
-
|
Hi @wacree06! I'm Dosu and I’m helping the superset team. Yes, you can embed a Superset dashboard in your frontend without manually enabling embedding via the Superset UI. You need to configure Superset to support embedding and then programmatically enable embedding for each dashboard using the API. Key steps:
Security notes:
Let me know if you want example code for any of these steps! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am currently building an LLM to take a user prompt and, using an MCP, build a dashboard/chart using Superset. I got the llm/mcp hooked up to Superset and it does what it's supposed to, but in the frontend, I want a user to be able to prompt it, and then have the app immediately render what the llm built. Is it possible to get a dashboard to render without needing to use the superset ui to enable embedding for that specific dashboard? I think it might be some settings to do with CORS in superset_config.py, but nothing I've done has worked so far.
Beta Was this translation helpful? Give feedback.
All reactions