Skip to content
Partner Developer Portal

Schema

Column NameData TypeDescriptionExample
environmentvarcharEnvironment where the quality run was executedprod
model_namevarcharModel name (normalised by removing srv_ prefix)patient
run_attimestamp(6) with time zoneTimestamp of the latest quality run for this model/environment2026-06-29 00:10:00.000000 UTC
airflow_run_idvarcharAirflow run identifier associated with the quality runscheduled__2026-06-29T00:00:00+00:00
statusvarcharLatest run outcome statusPASSED

Use this query to preview recent rows and validate expected columns:

SELECT *
FROM explorer_open_safely.model_data_quality
LIMIT 100;