# Events

This data offers a historical view of notable events in the data center industry, providing insights into key developments for data centers and their providers. Whether it's announcements, expansions, or operational updates, the Data Center Events table keeps customers informed on important milestones.

### Schema Overview

<table><thead><tr><th width="464">Field Name</th><th>Type</th><th width="800">Description</th></tr></thead><tbody><tr><td><strong>ATERIO_DATA_CENTER_UID (PK)</strong></td><td>String</td><td>Unique identifier for each data center, used to track and reference facilities across various datasets.</td></tr><tr><td>DATA_CENTER_CAMPUS_NAME</td><td>String</td><td>Name of the campus or complex where the data center is situated, if applicable.</td></tr><tr><td>DATA_CENTER_BUILDING_NAME</td><td>String</td><td>Name of the building where the data center is located.</td></tr><tr><td>ATERIO_PROVIDER_UID</td><td>String</td><td>Unique identifier for the data center provider in our systems.</td></tr><tr><td>PROVIDER_NAME</td><td>String</td><td>Name of the company or entity that owns or operates the data center.</td></tr><tr><td><strong>EVENT_TYPE (PK)</strong></td><td>String</td><td>Event type. Possible values: "Active", "Construction Start", "Construction End", "Announcement", "Inactive"</td></tr><tr><td>EVENT_DATE</td><td>Date</td><td>Event date.</td></tr><tr><td>UPDATED_AT</td><td>Date</td><td>The date when the last execution or process update occurred.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://knowledge.aterio.io/data-products/us-data-centers/datasets/events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
