quality module
Module overview
Public callables from __all__
| Callable | Type | Summary | Related helpers |
|---|---|---|---|
load_data_contract |
function | Load and normalize a data product contract from file path or dictionary. | — |
run_data_product |
function | Run the starter kit workflow end-to-end for a data product outcome. | _effective_contract_dict (internal), _refresh_mode (internal), _runtime_validation_contract (internal), _write_dataframe_to_table (internal), _write_records_spark (internal) |
run_quality_rules |
function | Execute quality rules against a dataframe and return structured results. | _normalize_severity (internal), _now_iso (internal), _pandas_rule (internal), _resolve_engine (internal), _result_from_counts (internal), _spark_rule (internal), _to_jsonable (internal) |