Monitor Materialization Refresh Status

Monitor Materialization Refresh Status

For transformation datasets that have been enabled with materialization (set up with NinjaCat support), the Dataset Details page shows an additional Materialization panel alongside the publish status. This panel surfaces the current state of the materialized dataset's refresh pipeline directly in the UI — no need to contact support or inspect backend logs.

📘

Note

The Materialization panel only appears for datasets that have been flagged as materialized. It will not be visible on standard transformation datasets.

The Materialization panel

The panel contains the following fields, displayed using their exact UI labels:

FieldDescription
Refresh Mode:How the materialized dataset refreshes — for example, AUTO.
Reason:Shown when there is a refresh or downgrade reason to surface.
Last Refresh:The result of the most recent refresh attempt — for example, SUCCEEDED or FAILED.
Error:When Last Refresh is FAILED, an Error: line appears beneath it with the specific error detail.
Freshness:How current the materialized data is.
Lag vs Target:How far behind the target lag the data currently is. An Over target indicator appears when the lag exceeds the configured target.
Scheduling:Whether refreshes are currently Scheduled or Suspended.
Estimated Rows:The estimated row count of the materialized dataset.
Size:The storage size of the materialized dataset.

Refresh Mode cost note

When Refresh Mode is set to AUTO (or another full-refresh mode), the panel may display the following notice:

"Full/Auto refresh mode may incur additional costs due to compute requirements."

Review this with your NinjaCat account team if you have questions about compute cost implications for your materialized datasets.

Suspended refreshes

When Scheduling is Suspended, the panel displays a Refreshes Suspended callout. Suspended refreshes mean the materialized dataset is no longer being updated on its schedule. Contact NinjaCat support if you need refreshes re-enabled.

Served as a view

If a materialized dataset is currently being served as a view rather than a materialized table, the panel will display the following notice instead of the standard refresh fields:

"This materialized transformation is currently served as a view, so there is no dynamic-table refresh status."

This typically occurs during initial setup or following a refresh failure that caused a downgrade from materialized table to view.

Troubleshooting with the Materialization panel

ScenarioWhat to check
Data appears staleCheck Freshness and Lag vs Target. An Over target indicator means data is behind schedule.
Last refresh failedReview the Error: detail line beneath Last Refresh for the specific failure reason.
Refreshes stopped runningCheck Scheduling — a Refreshes Suspended callout means the refresh schedule is paused. Contact NinjaCat support to re-enable.
Panel shows "served as a view"The dataset has been downgraded from a materialized table to a view. Check the Error: line (if visible) and contact NinjaCat support.
Unexpected compute costsReview Refresh ModeAUTO or full-refresh modes consume more compute.

Related articles