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-domain

Migration steps

  1. Export existing freshness monitors in the latest format.
  2. Replace freshness definitions with the exported table or metric definitions.
  3. Apply with montecarlo monitors apply.
montecarlo monitors export-as-latest --namespace <your-namespace>