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

Publish a matrix of aggregates supported for column validations for different types #1371

Open
sundar-mudupalli-work opened this issue Dec 11, 2024 · 0 comments

Comments

@sundar-mudupalli-work
Copy link
Collaborator

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:

  1. When string columns are validated, DVT uses string length for min, max and sum aggregates
  2. When timestampe columns are validated, DVT uses seconds since epoch for min, max and sum ?
  3. Are min max validations supported across int and float columns ?

Sundar Mudupalli

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

No branches or pull requests

2 participants