Skip to content

Reference

Complete API reference for clair's Python classes.

All public types are importable directly from clair:

from clair import (
    Trouve, TrouveType,
    PandasTrouve,
    Column, ColumnType,
    RunConfig, RunMode, IncrementalMode, UpsertConfig,
    TestUnique, TestNotNull, TestRowCount, TestUniqueColumns,
    DatabaseDefaults, SchemaDefaults,
)
  • Trouve — the core SQL-based class, and PandasTrouve for pandas-native transformations
  • Column — column definitions
  • RunConfig — incremental materialization config
  • Tests — data quality test classes