You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the constraint dict in the multi-table case is slightly different than in the single table case because it contains table_name. The reason for not nesting the dictionaries under the table name is that future constraints might be between multiple tables.
Test to make sure constraints other than Unique work
Error Case
MultiTableSynthesizers will not initially support the Unique constraint. If the user passes in any Unique constraint classes, throw an error.
Problem Description
As a user, it would be convenient to be able to add constraints to individual table synthesizers in my multi-table dataset.
Acceptance Criteria
BaseMultiTableSynthesizer
foradd_constraints
andget_constraints
.Expected behavior
Additional context
table_name
. The reason for not nesting the dictionaries under the table name is that future constraints might be between multiple tables.Unique
workError Case
MultiTableSynthesizers
will not initially support theUnique
constraint. If the user passes in anyUnique
constraint classes, throw an error.The text was updated successfully, but these errors were encountered: