great-expectations-generator

Solid

Generates Great Expectations suites from data profiles and business rules

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
78
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Great Expectations Generator ## Overview Generates Great Expectations suites from data profiles and business rules. This skill automates the creation of comprehensive expectation suites that enforce data quality constraints. ## Capabilities - Expectation suite generation from profiling - Custom expectation creation - Checkpoint configuration - Data docs generation - Validation result analysis - Expectation parameterization - Suite versioning recommendations - Integration with dbt and Airflow ## Input Schema ```json { "dataProfile": "object", "businessRules": ["object"], "existingSuite": "object", "strictness": "strict|moderate|lenient" } ``` ## Output Schema ```json { "expectationSuite": "object", "checkpointConfig": "object", "documentation": "string", "coverageReport": { "columnsWithExpectations": "number", "totalExpectations": "number" } } ``` ## Target Processes - Data Quality Framework - ETL/ELT Pipeline - dbt Project Setup ## Usage Guidelines 1. Provide data profile results from profiling analysis 2. Define business rules that should be enforced 3. Specify strictness level based on use case requirements 4. Include existing suite if extending an existing configuration ## Best Practices - Start with moderate strictness and adjust based on validation results - Include both column-level and table-level expectations - Document business rationale for each custom expectation - Version expectation suites alongside data transformations -...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills