Can I have multiple DB sources for the same dataset?

0

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 ingested all in the same dataset?

已提問 1 年前檢視次數 238 次
1 個回答
0
已接受的答案

Short answer is YES, a dataset can use multiple data sources. One should simply do a full join that includes all records.

The UI only allows selecting existing fields to match them, so you can't use a condition like 1=1 Any help with that would be appreciated.

UPDATE: The matching rule doesn't really matter, FULL JOIN will always include all records from both sides.

UPDATE 2. Jan 2023 However, the result is a double set of columns, even if the two DBs and tables have identical column names."

Example of a dataset "merging" (or joining) different sources

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南