❖ ReferenceTable
Last updated
Last updated
Use the ReferenceTable CAG pattern when you have a table that acts as an unchangeable reference. That is to say, you do not want to synthesize an new information in it; the table's contents should always remain as-is.
When you apply this pattern, the reference table's contents remains as-is. At the same time, synthetic data is generated for all other tables, including ones that link to the reference table.
This functionality is in Beta. At this time, select SDV Enterprise users have been invited to use this feature.
Create a ReferenceTable
pattern object
Parameters:
(required) reference_table_names
: A list of strings representing all the reference tables that are in your schema.
Make sure that all table names you provide are in your Metadata. Reference tables are not allowed to have any foreign key references to non-reference tables.
Apply the pattern to any SDV synthesizer. Then fit and sample as usual.
City
table is a reference table. You do not want to synthesize new cities, but you do want to synthesize other tables that link to the cities such as Supplier
, Product
, etc.❖ SDV Enterprise bundle. This feature is available for purchase as an SDV Enterprise bundle. For more information, visit our page to Explore SDV.