Add Snowplow tracking on query start/complete/fail
Blocked by release of https://github.com/snowplow/snowplow-golang-tracker
Pushing back...
+1
I've recently been trying to optimize the performance of our data modeling scripts that are run in sql-runner, so I've taken the stdout from the sql-runner process, then performed manual processing of this text then loaded it into tableau for analysis. But I have to do this for every run I want to analyze but if the timings for each query were in a snowplow event it would make life easier for reporting/monitoring as well.
Would there be the equivalent of the web_page context that would tie all events for a single playbook run together?