awslabs / awslabs/python-deequ
Add CustomSql analyzer
- Dominant language
- Jupyter Notebook
- Stars
- 826
- Forks
- 158
- Avg merge
- 9d 22h
- Merged PRs (30d)
- 3
Description
Hi all,
Thanks for maintaining this library — it's been very helpful for our data quality project. I would like to propose adding a CustomSql analyzer.
**Is your feature request related to a problem? Please describe.**
The Python version of PyDeequ currently lacks support for the `CustomSql` analyzer available in the Scala version, I could use one on the current data quality project im working on.
**Describe the solution you'd like**
Add a Python wrapper for the existing `CustomSql` analyzer from the Scala implementation.
**Describe alternatives you've considered**
I can't think of any alternatives. The functionality already exists in Scala, and this feature would simply expose it to Python
**Additional context**
I've submitted a pull request with the proposed implementation. Feedback and suggestions are welcome!
Contributor guide
Assessment
This issue has not been assessed yet.