There was a question in the course of component configuration.
I am using Snowplow Stream Enrich version 3.3.1.
For Snowplow Stream Enrich, I currently have two DynamoDB tables created: “snowplow-enrich-kinesis”, “snowplow-enrich-kinesis-config”. Earlier in terraform configurations I found that these tables are required.
In testing, I see that the “snowplow-enrich-kinesis” table is actually being used. But the second one is not used in any way. What is the “snowplow-enrich-kinesis-config” table for? Can I remove it and not break anything? Or in rare cases it is used and I don’t see it?
And I would also like to understand how snowplow stream enrich understands that it needs a table called “snowplow-enrich-kinesis”. The configuration does not explicitly specify this name anywhere. Also appname is not set.
Please clarify and help me figure it out. Sincerely, Dmitry Medkov.
The other table is intended to hold the configuration for Enrichment JSONs and Iglu Resolver. It gets passed to the application like this, the values look like this and the contents get seeded like this.
The config table is only read when the application boots so you might not see a lot of activity on it but it does indeed get used!