Validate and activate the Snowflake connection
Validate the Snowflake connection and activate it for use in meters
This step verifies your Snowflake connection and S3 data path. You can optionally provide a test query.
Zuora Platform
list_alt
Validate the Snowflake connection and activate it for use in meters
This step verifies your Snowflake connection and S3 data path. You can optionally provide a test query.
SELECT 1;
SELECT COUNT(*) FROM MY_DB.MY_SCHEMA.MY_TABLE;
When you click Validate, Zuora establishes a JDBC connection to your Snowflake account and checks that the Account URL is a valid Snowflake hostname (for example, *.snowflakecomputing.com or *.snowflakecomputing.cn) rather than a JDBC URL. If the hostname or authentication details are invalid, validation fails and the connection is not activated.