We've been using Superset for a while. We also have our own dashboard we use for game administration.
We'd like to incorporate Superset in to that dashboard. Right now we have some iframes which hold certain Superset dashboards, but it's not great. I'd like to set it up so Superset pulls accounts from our existing infrastructure (We've already set up a custom SecurityManager that does a bit of this), and point to Superset views. Fortunately, our dashboard uses Flask, Jinja, etc. so this seems like it should be feasible.
Has anyone tried this? I'm looking at either using Flask Application Dispatching or importing superset as a module, but am not sure how to proceed.