Use cardinality_rule
instead of enforce_uniqueness
with RegexGenerator
#2451
Labels
feature request
Request for a new feature
Problem Description
Once sdv-dev/RDT@130a5c0 is merged in, it will deprecate the
enforce_uniqueness
parameter for theRegexGenerator
transformer. We need to update SDV to use the newcardinality_rule='unique'
instead ofenforce_uniqueness=True
.Expected behavior
SDV should use the
cardinality_rule
parameter so aFutureWarning
isn't raised from RDT.The text was updated successfully, but these errors were encountered: