We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, it would be nice for my primary keys to be generated correctly even if they're numeric.
sdtype
RegexGenerator
RegexGenerator(regex_format=<from metadata>, enforce_uniqueness=is_primary_or_alternate_key)
RegexGenerator(regex_format="\d{30}", enforce_uniqueness=is_primary_or_alternate_key)
RegexGenerator(regex_format="[0-1a-z]{5}", enforce_uniqueness=is_primary_or_alternate_key)
The text was updated successfully, but these errors were encountered:
pvk-developer
Successfully merging a pull request may close this issue.
Problem Description
As a user, it would be nice for my primary keys to be generated correctly even if they're numeric.
Expected behavior
sdtype
of 'id' should be assigned to aRegexGenerator
. The default regex depends on the following cases:The text was updated successfully, but these errors were encountered: