> For the complete documentation index, see [llms.txt](https://docs.gridstatus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridstatus.io/developers/snowflake-guides/priority-datasets-on-snowflake.md).

# Priority Datasets on Snowflake

Typically, prioritizing data updates to Snowflake isn't necessary. However, during periods of limited throughput, such as data backfills, these priority datasets are updated first.

By adopting this prioritization strategy, we can better maintain low-latency synchronization and reliability for our most critical datasets used by customers.

{% hint style="info" %}
If there is a dataset you would like to see added, please reach out to us.
{% endhint %}

### CAISO

CAISO\_FUEL\_MIX\
CAISO\_LMP\_DAY\_AHEAD\_HOURLY

### ERCOT

ERCOT\_AS\_PRICES\
ERCOT\_AS\_REPORTS\
ERCOT\_ENERGY\_STORAGE\_RESOURCES\
ERCOT\_HOURLY\_RESOURCE\_OUTAGE\_CAPACITY\_REPORTS\
ERCOT\_LOAD\_FORECAST\
ERCOT\_LOAD\_FORECAST\_BY\_FORECAST\_ZONE\
ERCOT\_LOAD\_FORECAST\_BY\_WEATHER\_ZONE\
ERCOT\_REAL\_TIME\_AS\_MONITOR\
ERCOT\_SHORT\_TERM\_SYSTEM\_ADEQUACY\
ERCOT\_SOLAR\_ACTUAL\_AND\_FORECAST\_BY\_GEO\_REGION\_HOURLY\
ERCOT\_SOLAR\_ACTUAL\_AND\_FORECAST\_HOURLY\
ERCOT\_SPP\_DAY\_AHEAD\_HOURLY\
ERCOT\_SPP\_REAL\_TIME\_15\_MIN\
ERCOT\_TEMPERATURE\_FORECAST\_BY\_WEATHER\_ZONE\
ERCOT\_WIND\_ACTUAL\_AND\_FORECAST\_BY\_GEO\_REGION\_HOURLY\
ERCOT\_WIND\_ACTUAL\_AND\_FORECAST\_HOURLY

### ISONE

ISONE\_LMP\_DAY\_AHEAD\_HOURLY\
ISONE\_LMP\_REAL\_TIME\_5\_MIN

### MISO

MISO\_LOAD\
MISO\_LMP\_REAL\_TIME\_5\_MIN\
MISO\_LMP\_REAL\_TIME\_5\_MIN\_EX\_POST\_PRELIM\
MISO\_LMP\_DAY\_AHEAD\_HOURLY\
MISO\_LMP\_REAL\_TIME\_HOURLY\_EX\_POST\_FINAL\
MISO\_LMP\_REAL\_TIME\_HOURLY\_FINAL\
MISO\_LMP\_REAL\_TIME\_5\_MIN\_EX\_POST\_FINAL\
MISO\_LMP\_REAL\_TIME\_5\_MIN\_EX\_ANTE\
MISO\_LMP\_REAL\_TIME\_HOURLY\_PRELIM\
MISO\_LMP\_REAL\_TIME\_HOURLY\_EX\_POST\_PRELIM\
MISO\_LMP\_DAY\_AHEAD\_HOURLY\_EX\_ANTE\
MISO\_LMP\_DAY\_AHEAD\_HOURLY\_EX\_POST

### NYISO

NYISO\_FUEL\_MIX\
NYISO\_LMP\_DAY\_AHEAD\_HOURLY\
NYISO\_LMP\_REAL\_TIME\_5\_MIN

### PJM

PJM\_LMP\_DAY\_AHEAD\_HOURLY\
PJM\_LOAD

### SPP

SPP\_LMP\_DAY\_AHEAD\_HOURLY\
SPP\_LMP\_REAL\_TIME\_5\_MIN\
SPP\_LMP\_REAL\_TIME\_WEIS

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.gridstatus.io/developers/snowflake-guides/priority-datasets-on-snowflake.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
