Skip to content
Partner Developer Portal

Schema

Column NameData TypeDescriptionExample
environmentvarcharEnvironment where the pipeline run was executedprod
model_namevarcharModel name (normalised by removing srv_ prefix)patient
airflow_run_idvarcharAirflow run identifier for the latest successful runscheduled__2026-06-29T00:00:00+00:00
started_attimestamp(6) with time zoneStart time for the aggregated latest successful run window2026-06-29 00:00:02.000000 UTC
completed_attimestamp(6) with time zoneEnd time for the aggregated latest successful run window2026-06-29 00:43:11.000000 UTC

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

SELECT *
FROM explorer_open_safely.model_run
LIMIT 100;