elementary.schema_change test monitors schema changes within your database, providing alerts for critical modifications such as:
- Deleted tables
- Columns being deleted or added
- Changes in a column’s data type
Configuration
- Models
- Models example
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Elementary Data Schema Changes: Track and manage schema changes in dbt™ projects with Paradime. Ensure accurate and consistent data schemas.
elementary.schema_change test monitors schema changes within your database, providing alerts for critical modifications such as:
version: 2
models:
- name: < model name >
tests:
- elementary.schema_changes
version: 2
models:
- name: login_events
tests:
- elementary.schema_changes:
tags: ["elementary"]
config:
severity: warn
Related topics
Schema Changes From BaselineSchema TestsIncremental MaterializationUpgrade to dbt™ 1.10Upgrade to dbt™ 1.9