Data line
Every load arrives profiled, not just stored.
Upload a file, sync a database, or point a connector at a SaaS tool — it lands as a Delta table and is profiled on arrival. Rules run on a schedule with SLAs and a full pass/fail history, so a malformed load is caught at the door instead of on a dashboard three days later.
Replaces your warehouse and your data-quality vendor.
The data line in full- Datasets CSV, Parquet and JSON land as Delta tables, versioned from the first row.
- SQL editor Full SQL over the lakehouse, executed by DataFusion in Rust.
- Column profiling Nulls, distributions and distinct counts computed on every load.
- Quality rules Not-null, range, freshness, volume and schema checks on a schedule.
- Trusted tables