❖ CarryOverColumns
Last updated
Last updated
Use the CarryOverColumns CAG Pattern when you have the same columns in different tables, and the values of those columns have to match up according to a key (ID) column.
This functionality is in Beta. At this time, select SDV Enterprise users have been invited to use this feature.
Create a CarryOverColumns
pattern object
Parameters:
(required) common_column_info
: A list of dictionaries that describe all the columns within your dataset that are carried over. Each dictionary should have the following keys:
table_name
: The name of the table that contains the column
carryover_column_name
: The name of the column that is repeated across your dataset
key_column_name
: The name of the column to use as the key for the carried over column. Must be a PII or ID sdtype.
Please supply 2 or more columns for this CAG pattern.
Make sure that all the tables and columns in you provide are in your Metadata.
Apply the pattern to any SDV synthesizer. Then fit and sample as usual.
❖ SDV Enterprise bundle. This feature is available for purchase as an SDV Enterprise bundle. For more information, visit our page to Explore SDV.