agentsclimarketplace

Great expectations generator

Skill a5c-ai/babysitter/library/specializations/data-engineering-analytics/skills/great-expectations-generator

Generates Great Expectations suites from data profiles and business rulesFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill great-expectations-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.1 KB, 327 tokens by cl100k_base, as published. Nobody here has run it

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

{
  "dataProfile": "object",
  "businessRules": ["object"],
  "existingSuite": "object",
  "strictness": "strict|moderate|lenient"
}

Output Schema

{
  "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
  • Configure appropriate data docs for stakeholder visibility

What ships with it: 1 file

470 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.