Execution History
A complete audit log of every query executed through Datavine — who ran it, when, how long it took, how much data was scanned, and whether it was served from cache.
What gets logged
Every query execution — whether from the SQL Editor, Data Chat, Dashboard Builder, or AI-generated — is recorded with full context:
Filtering and search
The execution log supports filtering by status (success/failed/cached), date range, user, and source. Search by SQL content to find specific queries. Sort by duration, bytes scanned, or timestamp to identify expensive or slow queries.
Re-running queries
Click any execution row to see full details. From there, click Run Again to load the SQL back into the SQL Editor and re-execute it, or Copy SQL to grab the query text.
Cost attribution
Each execution shows its estimated cost based on bytes scanned. Aggregate views let you see total cost per user, per day, or per source — helping identify who or what is driving BigQuery spend.