Schema Changes
Schema change detection for monitoring database structural drift
Last updated
Was this helpful?
Was this helpful?
connection: MY_POSTGRES
schemata:
enabled: true
objects:
"public.*":
metadata: trueschemata:
enabled: true
exclude:
- "temp_schema.*"
- "*.staging_*"
- "*.*_backup"connection: MY_POSTGRES
schemata:
enabled: true
exclude:
- "*.tmp_*"
objects:
"public.*":
metadata: true
"analytics.*":
metadata: true
"staging.*":
metadata: true