SDV Enterprise 0.41 (Feb 18, 2026)

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.ID and Supplement Info.ID as primary keys of their respective tables
  • Add a relationship from Supplemental Info.ID to Users.ID to 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.

Are you an SDV Community user? Check the community release notes on Github.