Greetings!
I recently upgraded my snowplow setup in its entirety (version bump of about 30 releases). After having done so I see errors pop up in my enricher error stream[1]. They occur systematically (happens in every batch write), but not for all events (approximately 10 in a batch of 300). They indicate that my custom enrichments cannot be found anymore, but I have not changed anything in my resolver.conf[2] or in my enrichment itself and I have not been able to find any mentioning of any changes in syntax for either.
Any help and guidance is greatly appreciated
[1] Error from enricher error eventstream
"errors": [
{
"level": "error",
"message": "error: Could not find schema with key iglu:io.ontame/application_step/jsonschema/1-0-0 in any repository, tried:\n level: \"error\"\n repositories: [\"Iglu Central [HTTP]\",\"Iglu Client Embedded [embedded]\",\"Ontame Custom [HTTP]\"]\n"
}
[2] resolver.conf
{
"schema": "iglu:com.snowplowanalytics.iglu/resolver-config/jsonschema/1-0-0",
"data": {
"cacheSize": 500,
"repositories": [
{
"name": "Iglu Central",
"priority": 0,
"vendorPrefixes": [
"com.snowplowanalytics"
],
"connection": {
"http": {
"uri": "http://iglucentral.com"
}
}
},
{
"name": "Ontame Custom",
"priority": 0,
"vendorPrefixes": [
"io.ontame"
],
"connection": {
"http": {
"uri": "http://ontame-schemas.s3-website-eu-west-1.amazonaws.com/"
}
}
}
]
}
}
Kind regards
Christoffer