Freshness (deprecated)
Deprecated freshness rule. Use table monitors or metric monitors instead.
Deprecated. Freshness monitors no longer receive updates. UI creation is blocked; MaC creation still works but is discouraged.
What to use instead
Use a Table Monitor with last_updated_on for simple freshness checks, or a Metric Monitor with TIME_SINCE_LAST_ROW_COUNT_CHANGE for explicit threshold control.
montecarlo:
table:
- name: orders_freshness
description: Freshness monitoring for analytics tables
asset_selection:
databases:
- name: warehouse
schemas:
- analytics
alert_conditions:
- metric: last_updated_on
sensitivity: medium
domains:
- my-domainMigration steps
- Export existing freshness monitors in the latest format.
- Replace
freshnessdefinitions with the exportedtableormetricdefinitions. - Apply with
montecarlo monitors apply.
montecarlo monitors export-as-latest --namespace <your-namespace>Updated about 16 hours ago
