Skip to content

DISPATCH_ROOFTOP_PV_FCST_TRK

Uniquely tracks which Rooftop PV forecast run (from ROOFTOP_PV_FCST_P5_RUN) was used for the Area in which Dispatch run.

Package

DISPATCH

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
RUN_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Datetime (interval ending) of the Dispatch run.
AREAID varchar(10) 🔑 varchar(10) 🔑 Area identifier aligning with the load forecasting areas, tracks to ROOFTOP_PV_FCST_P5_RUN.AREAID.
FORECAST_RUN_DATETIME datetime(3) datetime2(0) Datetime (interval ending) when this forecast run is valid. It aligns with run_datetime, unless a forecast run is missed, in this case the previous run is used. Tracks to ROOFTOP_PV_FCST_P5_RUN.FORECAST_RUN_DATETIME.
PROVIDERID varchar(20) varchar(20) Provider identifier of the forecast run used for the DS run, tracks to ROOFTOP_PV_FCST_P5_RUN.PROVIDERID.
FORECAST_PRIORITY numeric(10, 0) int Priority of the forecast run used for the DS run, tracks to ROOFTOP_PV_FCST_P5_RUN.FORECAST_PRIORITY.
OFFERDATETIME datetime(3) datetime2(0) Submission datetime of the forecast run used for the DS run, tracks to ROOFTOP_PV_FCST_P5_RUN.OFFERDATETIME.

Official MMS data model indexes

Index name Index type Index columns (in order)
DISPATCH_ROOFTOPPV_FCST_TRK_PK clustered, unique, primary key RUN_DATETIME, AREAID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_DISPATCH_ROOFTOP_PV_FCST_TRK clustered, unique, primary key RUN_DATETIME, AREAID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_DISPATCH_ROOFTOP_PV_FCST_TRK clustered, unique, primary key RUN_DATETIME, AREAID