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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ