awslabs / python-deequ

Python API for Deequ
Apache License 2.0
669 stars 131 forks source link

Pydeequ to support additional where filters #158

Closed andreimekk closed 6 months ago

andreimekk commented 9 months ago

Is your feature request related to a problem? Please describe. From what I can understand there's no implementation of CheckWithLastConstranitFilterable from Deequ in Pydeequ which makes it impossible to add (.where) method at the end of the defined check. Is there any particular reason for that or it's just part of Deequ that hasn't been implemented yet?

Describe the solution you'd like Additional class in Pydeequ that extends Check so that we can specify additional SQL WHERE statement to apply before evaluation of the previous constraint.

chenliu0831 commented 8 months ago

It's not implemented yet - I think this was planned before https://github.com/awslabs/python-deequ/issues/30. I do agree this seems to be a major gap that should be prioritized.

chenliu0831 commented 7 months ago

Will do a minor version release around EOW 12/08 - 12/11

chenliu0831 commented 6 months ago

Closing, released in https://github.com/awslabs/python-deequ/releases/tag/v1.2.0