colmsnowplow
colmsnowplow
In this repo, the data modeling directory: https://github.com/snowplow/snowplow/tree/master/5-data-modeling contains some content that can probably just be considered deprecated by now. Specifically, the deduplication queries only apply to Redshift, and pre-date...
**Is your feature request related to a problem? Please describe.** If a user leaves a tab dormant for a long time then returns, they can trigger page ping events which...
As raised [on discourse](https://discourse.snowplowanalytics.com/t/setting-timeout-and-withcredentials-parameters/3789/3?u=colm) - opening this issue to record the case for these features & consider viability. > Reasons for configuring timeout parameter are as follows: > Request is...
Web Light appears not to allow cookies at all, [which can cause ids to change on every page view](https://discourse.snowplowanalytics.com/t/google-web-light/3625). Passing values via querystring is a potential option to look into...
What I have in mind is an argument in the event methods that disable standard contexts being sent with that event. It would be useful to only send standard contexts...
### Expected Behavior When no valid combination of env vars are provided, I expect this method to throw an error. ### Actual Behavior When none of the env vars to...
The project could use a real logger and logging could be refactored to make a bit more sense.
We import this package in https://github.com/snowplow/sql-runner/pull/192/files, do more neatly handle a case where we need to wrap errors. Once we have the space to do so, we should use that...
Sql-runner hit `- ERROR #XX000 basic_string::_M_construct null not valid` when attempting to run `REFRESH MATERIALIZED VIEW`. The view in question was constructed with LEFT joins, which it seems may not...
When SQL-runner can't find a file, it throws an error which contains the path it looked for the file, but not the line number of the relevant playbook. If possible,...