What’s New?
You can now specify primary-to-primary key relationships directly in your metadata. You can visualize this type of relationship and use any multi-table synthesizer to create synthetic data for it.
For example, let’s say your database has a primary-to-primary key relationship between a Users table and a Supplemental Info table as shown below.
In the metadata, you can now:
- Specify
Users.IDandSupplement Info.IDas primary keys of their respective tables - Add a relationship from
Supplemental Info.IDtoUsers.IDto make the connection
Since it’s now possible to directly add this to your metadata, there’s no need to add the PrimaryToPrimaryKey constraint anymore. In the future, we’ll be deprecating this constraint.
Get Started
These release notes correspond to SDV Enterprise v0.41.0 and SDV Community v.1.34.1.
