enrich
enrich copied to clipboard
Snowplow Enrichment jobs and library
This allows custom logic, such as extracting JWTs and other API tokens to be used by the enrichment. It is already possible to enable the HTTP Header enrichment and then...
Currently all enrich apps sink chunks in order but we don't need order for PubSub. We need order for Kinesis and Kafka. https://github.com/snowplow/enrich/blob/8f9123026396266bd9802de255313069a9bbbfa5/modules/common-fs2/src/main/scala/com/snowplowanalytics/snowplow/enrich/common/fs2/Enrich.scala#L95-L104 We should conditionally use `parEvalMapUnordered` for PubSub...
Enrichments are stored in KV storage and driver has a simple HTTP endpoint, by hitting which a 3rd party app can force an enricher to reload enrichments. We technically could...
Greetings! Just a bit of an update on the AWS SDK to support latest authentication features (notably EKS Pod Identity) as seen on https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html
We received the following notification from AWS that our snowplow enrich server is using a defective version of the Kinesis Client Library (KCL). Any chance that there could be a...
Previously it was impossible to send API enrichment request when *any* configured input was missing. Now it is possible to set an additional new `allowMissing` flag. Setting the parameter to...
**Project**: Stream Enrich **Version**: 5.0.0 **Expected behavior**: * Given the cookies `AS_JSON={\"Key\":"Value"}; wanted_cookie=crucial_value;` * When `wanted_cookie` is configured in the cookie extractor enrichment * Then the wanted cookie is available...
Hi In version 5.x enricher was able to parse enrichment files with `.hocon` extension. In version 6.x it completely ignores all the enrichment files ending with `.hocon`. Simply changing the...
Most of the examples in https://github.com/snowplow/enrich/tree/master/config/enrichments represent the latest versions of each configuration schema, except for `javascript_script_enrichment.json` which still references the 1-0-0 schema, [instead of 1-0-1](https://iglucentral.com/?q=javascript_script_config) which adds the optional...