Welcome to ETLForge’s documentation!
ETLForge is a Python library for generating synthetic test data and validating ETL outputs.
Quick Start
For a complete demonstration of ETLForge’s capabilities, run the included example:
python example.py
This example shows the complete workflow: schema definition, data generation, validation, and error reporting.