
Constraint Shift Factor Runs
One row per COMPLETED nightly estimation of MISO constraint shift factors, and the only record that a run finished.
Overview
Resolve the latest usable run here — computed_at = (SELECT max(computed_at) FROM atg.miso_constraint_sensitivity_runs) — and never off max(computed_at) of the sensitivities themselves, because a run writes its rows in blocks that all carry the new timestamp and an unfinished or abandoned run would otherwise look like the newest one. Each row also carries how much evidence that run had: interval_coverage is the fraction of published dispatch intervals that survived admission, intervals_refused_unexplained counts intervals showing congestion with no constraint recorded as binding (an unobserved binding set), constraint_feed_lag_minutes is how far the constraint feed trailed the price feed, and constraints_seen / constraints_in_fit / constraints_reported show how many constraints bound, how many were good enough to control for, and how many earned a published estimate.
Query contract
Analysis rules
Interpretation
Schema18
computed_atDateTime64(3, 'UTC')run_idStringisoLowCardinality(String)window_startDateTime64(3, 'UTC')window_endDateTime64(3, 'UTC')rows_writtenUInt64rows_estimatedUInt64constraints_seenUInt32constraints_in_fitUInt32constraints_reportedUInt32nodesUInt32n_intervalsUInt32intervals_publishedUInt32intervals_refused_thinUInt32intervals_refused_unexplainedUInt32interval_coverageFloat32constraint_feed_lag_minutesFloat32method_versionLowCardinality(String)Sample data
No preview available.
Coverage
No time-indexed data — coverage isn’t applicable to this dataset.