Hey all! I am in the process of implementing a full pipeline in GCP and have gotten stuck while trying to get Enrich PubSub up and running.
Can anyone provide any clarity on this error message I am getting?
[pool-1-thread-1] INFO com.snowplowanalytics.snowplow.enrich.pubsub.Main - Initialising resources for Enrich job
[pool-1-thread-1] INFO com.snowplowanalytics.snowplow.enrich.common.fs2.io.FileSystem - Files found in /snowplow/enrichments: /snowplow/enrichments/cookie_extractor_config.json, /snowplow/enrichments/event_fingerprint_config.json, /snowplow/enrichments/referer_parser.json, /snowplow/enrichments/ua_parser_config.json, /snowplow/enrichments/yauaa_enrichment_config.json
[pool-1-thread-2] ERROR com.snowplowanalytics.snowplow.enrich.pubsub.Main - Cannot initialise enrichment resources
Cannot construct Input.PubSub from snowplow-collected-good-sub
My PubSub topics and subscriptions have been created and I can’t find anything wrong with them.
Is there any documentation available for the error messages and what they mean for Enrich PubSub and the various other pipeline components’ docker images? I am finding setup quite arduous due to the opacity and lack of detail in the error messages to help me debug.