find_stale_extracts
Find Tableau datasources with extracts that haven't been refreshed recently. Set a hours threshold to identify stale extracts and monitor data freshness.
Instructions
Find all datasources with extracts that haven't been refreshed recently. Useful for monitoring data freshness across your Tableau environment.
Args: hours_threshold: Number of hours - extracts older than this are considered stale (default: 24)
Returns: List of datasources with stale or never-refreshed extracts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |