- Create new Tinybird pipe get_dataroom_view_document_stats for bulk document view stats - Add API endpoint for dataroom view document stats with per-page chart support - Create SWR hooks with deferred loading (enabled flag) - Create reusable DocumentViewDuration, DocumentViewCompletion, DocumentPageChart components - Create DataroomViewStats component combining history with stats - Update dataroom-visitors-table.tsx and dataroom-viewers.tsx to track expansion state - Stats only load when visitor row is expanded (deferred loading) - Per-page charts only load when individual document line is expanded Co-authored-by: Marc Seitz <mfts@users.noreply.github.com>
Add new pipes to Tinybird
So you added a new pipe to Tinybird and want to push that to the server.
tb push lib/tinybird/endpoints/<PIPENAME>.pipe
Danger Zone
Delete a data from datasource
tb datasource delete page_views__v3 --dry-run --sql-condition "viewId='VIEWID' and CAST(pageNumber AS UInt8) = PAGENUMBER" --wait