-
Notifications
You must be signed in to change notification settings - Fork 5
Roadmap
Ravi Kiran Pagidi edited this page Aug 1, 2026
·
4 revisions
The roadmap keeps schema-based lower-environment generation at the center.
- canonical contract model
-
parse_ddl(...)for documented SQLCREATE TABLEingestion - stable contract hashing
- strict and permissive parser diagnostics
- single-table contract generation through
generate_from_schema(...)
- rich inline schema metadata
- additional SQL dialect coverage beyond the documented ANSI/Spark/Databricks subset
- JSON Schema, dbt schema files, Avro, OpenAPI, and catalog metadata ingestion
- JSON Schema and schema files
- YAML schema profiles
- column-list inference
- SQLAlchemy models
- Pydantic models
- Python dataclasses
- richer nested object, array, map, and struct support
- Spark-native arbitrary-schema generation
- chunked Pandas generation
- explicit reference date for time-stable reproducibility
- generation manifests with schema, rules, counts, and lineage metadata
- richer quality profiling
- relationship validation reports
- configurable uniqueness and regex constraints
- named edge-case scenarios
- anomaly labels for Spark outputs
- more tested storage recipes
- additional domain packs and lifecycle state machines
- versioned recipe schema
- streaming and Kafka-oriented output adapters
Planned items are not documented as supported until their behavior and tests land in the library.
- Home
- Problem Statement
- Quick Start
- Generate Related Tables
- Query-Aware Generation
- Supported Schema Inputs
- Function Comparison
- Getting Started
- Plain Dictionary
- Rich Dictionary
- Pandas
- PySpark StructType
- Contracts and SQL DDL
- Schema Generation
- JSON Schema
- YAML Schema Profile