I’ve gone through the Snowplow Quickstart for a snowplow pipeline hosted on AWS, where much of our computing stack is hosted. Our actual snowflake instance, however, is hosted on Azure and the Quickstart configuration variables seem to default to aws URLS. Is there a way to tell the snowflake loader to query our actual instance, which is something like
“account_name.region.azure.snowflakecomputing.com” instead of “account_name.region.aws.snowflakecomputing.com”?
We don’t support the deployment of the Snowplow pipeline on Azure just yet. You can have an Azure-based target of Snowflake or Databricks, however, but your pipeline must be on AWS or GCP.
I had the region wrong, it was supposed to be ‘east-us-2’ instead of ‘us-east-2’. Changing that changed the URL that the snowplow loader is trying to reach.