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
DVT allows validations based on aggregates (min, max, sum etc) of different data types. We should publish the matrix of supported aggregates and what they mean so that users can interpret the results of validations.
Interesting facts:
When string columns are validated, DVT uses string length for min, max and sum aggregates
When timestampe columns are validated, DVT uses seconds since epoch for min, max and sum ?
Are min max validations supported across int and float columns ?
Sundar Mudupalli
The text was updated successfully, but these errors were encountered:
Hi,
DVT allows validations based on aggregates (min, max, sum etc) of different data types. We should publish the matrix of supported aggregates and what they mean so that users can interpret the results of validations.
Interesting facts:
Sundar Mudupalli
The text was updated successfully, but these errors were encountered: