Schema changes
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
Configuration
version: 2
models:
- name: < model name >
tests:
- elementary.schema_changes
Last updated
Was this helpful?