YAUAA Enrichment

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.

Hi @volderette what version of Beam Enrich are you using?

Hi @josh,

thanks for your reply! It’s version 0.1.0. Are you recommending a different version?

Hi @volderette yep you will need to use 0.3.0 for YAUAA support - https://github.com/snowplow/snowplow/releases/tag/r114-polonnaruwa

Thank you @josh! I will bump the version up to 0.3.0! It is sometimes difficult to understand what the most recent version is, as there are so many different sample configurations flying around in the wiki.

That did the trick! Thanks again!

1 Like

Great to hear! The docs can be a bit tough to follow for sure - it is something we are working on but it is a big effort to get it all harmonised!