Drill down issue with Embedded Superset Dashboard in Angular App #30580
Replies: 1 comment
-
Hey @maitti-dev, I'm here to assist you with any bugs, questions, or contributions you have. Let's solve this together! I found some similar issues and discussions that might help you:
To resolve your issue, consider the following steps:
By addressing these areas, you should be able to resolve the issues with 'Drill to detail' and 'Drill by' in your embedded Superset dashboard. |
Beta Was this translation helpful? Give feedback.
-
Problem Description
I’m having some issues with the Superset dashboard I embedded in my Angular project.
When I right-click on a chart to select the 'Drill to detail' option, it doesn’t show up. Instead, I see 'Drill by' and get these error messages: “Failed to load dimensions for drill by” and “This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.”
I’d like the 'Drill to detail' option to show up and for there to be no errors when loading dimensions for 'Drill by'.
The user I’m using has an Admin role.
Environment Setup
Angular Version: 18
Superset Version: 4.0.2
@superset-ui/embedded-sdk: 0.1.2
Screenshots
From Superset:
From Angular Application:
Embedding Code:
Has anyone run into similar issues with embedding Superset in an Angular app? Am I missing any config? Any known workarounds for this?
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions