I'm evaluating different BI solutions and I have a specific requirement.
Our setup has multiple DS with the same schema, e.g. Customer1DB, Customer2DB, etc.
Can multiple DBs be ingested in the same Superset dataset?
I'm evaluating different BI solutions and I have a specific requirement.
Our setup has multiple DS with the same schema, e.g. Customer1DB, Customer2DB, etc.
Can multiple DBs be ingested in the same Superset dataset?
No, Superset does not support that. There are a few discussions of this on the project Github, here's one.
Two workarounds for combining multiple DBs are:
Superset does support joining tables from the same database, they get combined into a new virtual dataset via Superset's SQL Lab. And it can connect to multiple databases and use them in different charts. It just can't join across them for a single chart.