Skip to content
New issue

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

Email Format should allow for maximum TLD length (63) #2205

Open
michael-lok opened this issue Jan 28, 2025 · 1 comment
Open

Email Format should allow for maximum TLD length (63) #2205

michael-lok opened this issue Jan 28, 2025 · 1 comment

Comments

@michael-lok
Copy link

The current regex for email formats only allows for a top-level domain (TLD) between 2 to 4 characters. This recently caused our data quality monitors to alert us of what was assumed to be an invalid email domain, but only because the record's TLD (netpp) was outside the boundaries of the character length.

Can you please update the regex here to allow 2 to 63 characters, as I don't believe there is a way for us to utilize this built-in soda check with our own custom SQL?

@tools-soda
Copy link

CLOUD-9150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants