I followed the quick start guide to setup snowplow with snowflake on aws using the provided terraform.
When I publish an event, they appear in S3 bucket under transformed/good/
but the data doesn’t get loaded into snowflake. I see this error in cloudwatch logs for snowflake-loader-server
Caused by: javax.net.ssl.SSLPeerUnverifiedException:
Certificate for <TJ32261.eu-west-2.aws.azure.snowflakecomputing.com> doesn't match any of the subject alternative names: [*.prod3.us-west-2.snowflakecomputing.com, *.us-west-2.snowflakecomputing.com, *.global.snowflakecomputing.com, *.snowflakecomputing.com, *.prod3.us-west-2.aws.snowflakecomputing.com]
but the URL shouldn’t contain azure
in it. The correct URL is TJ32261.eu-west-2.aws.snowflakecomputing.com
how can I update the snowflake loader? did I misconfigure something in the terraform quick-start-examples