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

feat: Include date columns for min/max/sum validations #984

Merged
merged 8 commits into from
Sep 13, 2023

Conversation

nj1973
Copy link
Contributor

@nj1973 nj1973 commented Sep 12, 2023

This change includes Ibis Date columns in min/max/sum column validations. Prior to these changes they were excluded, only Timestamp columns were processed.

Most engines worked out of the box for min/max/sum. In my testing only Teradata needed changes, both to implement epoch_seconds for sum support and convert Date columns in the Pandas Dataframe to be a date rather than object list.

@nj1973 nj1973 requested a review from a team as a code owner September 12, 2023 12:13
@nj1973
Copy link
Contributor Author

nj1973 commented Sep 12, 2023

/gcbrun

@nj1973
Copy link
Contributor Author

nj1973 commented Sep 13, 2023

/gcbrun

Copy link
Collaborator

@nehanene15 nehanene15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@nehanene15 nehanene15 linked an issue Sep 13, 2023 that may be closed by this pull request
@nj1973 nj1973 merged commit 6de9921 into develop Sep 13, 2023
5 checks passed
@nj1973 nj1973 deleted the no-minmax-validation-on-date-column branch September 13, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants