Hi,
I’m trying to get the YAUAA Enrichment to work on GCP. Unfortunately it doesn’t seem to work:
Big Query Mutator doesn’t seem to add the new columns I would expect. Is there anything else to do other than adding the yauaa_enrichment_config.json to my enrichments folder?
This is my file:
{
"schema": "iglu:com.snowplowanalytics.snowplow.enrichments/yauaa_enrichment_config/jsonschema/1-0-0",
"data": {
"enabled": true,
"vendor": "com.snowplowanalytics.snowplow.enrichments",
"name": "yauaa_enrichment_config"
}
}
Other enrichments like IP anonymization work properly.