awslabs / awslabs/python-deequ
Add option to add analyzers to verification run
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 826
- Forks
- 158
- Avg merge
- 9d 22h
- Merged PRs (30d)
- 3
Description
**Describe the solution you'd like**
Enable the addRequiredAnalyzer method in the VerificationRunBuilder
In deequ, the VerificationSuite.run has the option to add Analysis objects. When run with VerificationSuite, Analyzers required by multiple checks/analysis blocks is optimized to run once. In addition, these analyzers can be used to enforce the calculation of some metric regardless of if there is a constraint on it.
Contributor guide
Assessment
This issue has not been assessed yet.