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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: