Hi everyone,
I’m having some trouble getting the enrichment to add geo_country, etc. to rows in my events table.
I’ve added the following config to the “enrichment_ip_lookups” variable in Terraform Registry :
"schema": "iglu:com.snowplowanalytics.snowplow/ip_lookups/jsonschema/2-0-0",
"data": {
"name": "ip_lookups",
"vendor": "com.snowplowanalytics.snowplow",
"enabled": true,
"parameters": {
"geo": {
"database": "GeoLite2-City.mmdb",
"uri": "https://snowplow-hosted-assets.s3.amazonaws.com/third-party/maxmind"
}
}
}
}
It’s created the corresponding DynamoDB item, it logs that it’s downloading the database.
However there are no rows where geo_country, etc. is not null.
Help please?
Am I missing something?