-
Fred wrote some nice tests for the core Snowplow schemas when these were a part of snowplow/snowplow. These can be seen here:
https://github.com/snowplow/snowplow/tree/40a5037563e729c67a922a3e2e67c4e…
-
Hey @BenFradet on going through our bad data I noticed that we have a lot of bad events which were failing due to the message parameter of this tracking being "null" rather than a String:
https://g…
-
Involving:
- A staging version of Iglu Central always-on
- Having the ability to run automated tests checking our largest test suites (e.g. Snowplow itself) against the staging version of Iglu Central…
-
Per http://discourse.snowplowanalytics.com/t/geoip-enrichment-using-maxmind-lookup-api/1046
chuwy updated
4 years ago
-
I am running snowplow-stream-enrich-0.10.0
I have setup ip_lookups enrichment, setup looks good but I am receiving this error.
{
"schema": "iglu:com.snowplowanalytics.snowplow/ip_lookups/jso…
chuwy updated
4 years ago
-
I am not sure if this is more of an issue or a question, and not even sure where i should have raised this, which is why i am doing it here. I am trying to createTracker/setup a tracker with default c…
-
So not just tracker protocol fields.
Background:
https://discourse.snowplowanalytics.com/t/event-fingerprint-enrichment-with-custom-context/1878/2
chuwy updated
4 years ago
-
Currently sending a JSON-array to the webhook adapter causes the data to fail validation if sent like so:
```
curl http://acme.com/com.snowplowanalytics.iglu/v1 -H "Content-Type: application/json"…
chuwy updated
4 years ago
-
We may want to leap straight to this approach. The basic idea would be to express relationships between entities in the event as _typed edges_.
Need to review Nathan Marz's chapter on modeling graphs…
chuwy updated
4 years ago
-
If we process following schema with igluctl `static generate`:
```json
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"self": {
…
chuwy updated
3 years ago