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
Is there a way to have optional columns in the validation schema? Like, let's say we have a column age, where the validation is that the value needs to be >40. Now if the age column isn't present...that's fine. If it is, then all rows in it need to be >40.
The text was updated successfully, but these errors were encountered:
Is there a way to have optional columns in the validation schema? Like, let's say we have a column age, where the validation is that the value needs to be >40. Now if the age column isn't present...that's fine. If it is, then all rows in it need to be >40.
The text was updated successfully, but these errors were encountered: