Impulse Reporting

Build and run an Impulse reporting pipeline that persists events and aggregations to the gold-layer star schema. Use when the user wants to "build an Impulse report", compute histograms/statistics across all recordings and write them to Delta tables for a dashboard or scheduled job, or run incrementally so only new/changed data is reprocessed. Covers the Report/Page lifecycle (`add_event`, `add_page`, `determine_report`, `persist_results`), incremental processing, and sinkless mode.

databrickslabs 65014f2 7.5 KB Updated

File contents

databrickslabs/impulse/tree/main/skills/impulse-reporting commit 65014f2059

Frequently asked questions

npx skillmds@latest add databrickslabs/impulse-reporting