Semantic Model Health Check
The Semantic Model Health Check task verifies whether a published model is usable at the time the workflow is executed.
The check considers publication status, accessibility, data availability, freshness, and the state of the last update. For a Live model, an Import generation is not required.
Configuration
| Field | Description |
|---|---|
| Semantic Model | Published model to check. |
| Maximum Age | Maximum age allowed for Import data, expressed in minutes. 0 does not apply this limit. |
| Accept Unupdated Data | Considers a model usable if it exceeds the maximum age. |
| Accept Ongoing Update | Allows continuation while the model is updating. |
| Fail if Unhealthy | Causes the task to fail when one of the required checks is not passed. |
Results
The task exposes:
- overall outcome and health status;
- data age;
- amount of available data;
- result of source checks;
- state of the last update;
- diagnostic message, when necessary.
Usage
Insert this task before an extraction or report when the process requires up-to-date data. If Fail if Unhealthy is disabled, use the outcome in a condition to choose between continuation, notification, or an alternative path.
For manual management, consult Publication and Refresh.