What problem does it solve?
Materialized views in a PostHog data warehouse can silently fail due to HogQL errors or keep consuming storage and compute while nobody queries them. This Skill produces a project-wide health audit so you can find every failed materialization and flag stale, unused views in one pass.
Core Features & Use Cases
- One-shot failure triage: Pulls all active materialized view failures via the data-health endpoint and surfaces each view's error, failure time, and URL.
- Failure diagnosis: Distinguishes self-contained HogQL issues (syntax errors, missing table references, type mismatches) from source or sync problems, routing out-of-scope issues to the right audit.
- Unused view detection: On request, lists materialized views that have not been queried lately so they can be unmaterialized to save compute.
- Use Case: After a HogQL schema change, ask for a view health audit to confirm which dashboards backed by materialized views are now erroring and get a prioritized, human-readable report.
Quick Start
Ask the assistant to audit the health of my PostHog materialized views and tell me which ones are failing or wasting compute.