# Schema Tests

Schema tests in Elementary are designed to help you monitor and maintain the integrity of your data structures. These tests are crucial for detecting unexpected changes in your database schema that could potentially break your data pipelines or lead to data quality issues.

Elementary offers two types of schema tests:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Schema Changes</strong></td><td>Monitors real-time changes in your database schema, alerting you to critical modifications such as deleted tables, added or removed columns, and changes in column data types.</td><td></td><td><a href="/pages/BUK8kiDRv9vF51oTrSfb">/pages/BUK8kiDRv9vF51oTrSfb</a></td></tr><tr><td><strong>Schema Changes From Baseline</strong></td><td>Compares your current schema against a predefined baseline, allowing you to track deviations from an expected schema configuration over time.</td><td></td><td></td></tr></tbody></table>

### Why Use Schema Tests?

1. **Catch Breaking Changes**: Identify schema modifications that could break downstream processes.
2. **Maintain Data Consistency**: Ensure that your data structures remain consistent with your expectations and documentation.
3. **Streamline Development**: Easily track schema changes across different environments or over time.


---

# 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://docs.paradime.io/app-help/documentation/integrations/observability/elementary-data/schema-tests.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.
