Schema changes
Elementary Data Schema Changes: Track and manage schema changes in dbt™ projects with Paradime. Ensure accurate and consistent data schemas.
Last updated
Was this helpful?
Elementary Data Schema Changes: Track and manage schema changes in dbt™ projects with Paradime. Ensure accurate and consistent data schemas.
The 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
version: 2
models:
- name: < model name >
tests:
- elementary.schema_changesversion: 2
models:
- name: login_events
tests:
- elementary.schema_changes:
tags: ["elementary"]
config:
severity: warnLast updated
Was this helpful?
Was this helpful?