After you have loaded data into a data source and applied all of your compliance checks, you can copy this information, including business rules, to a new, dynamic data source.
If you plan to copy metadata from more than one data source that includes joins, you may get undesired results. As a best practice to avoid generating unnecessary joins, group the data sources into a Baseline Analysis project (currently available in the Control Center only) and copy the metadata for the entire project.
Scenario |
Permanent Joins |
Data Sources in Repository |
Joins owned by Data Sources |
---|---|---|---|
1. Assume that you have two data sources named A and B and a permanent join on A and B. | A-B |
A B |
A owns A-B B owns A-B |
2. Next, assume that you copy metadata from data source A (including all permanent joins) to data source X and import data into X. |
A-B X-B |
A B X |
A owns A-B B owns A-B and X-B X owns X-B |
3. Next, assume that you copy metadata from data source B (including all permanent joins) to data source Z and import data into Z. |
A-B A-Z X-B X-Z |
A B X Z |
A owns A-B and A-Z B owns A-B and X-B X owns X-B and X-Z Z owns A-Z and X-Z |
To copy metadata to a new data source