post https://api.similarweb.com/v3/batch/setup-snowflake
This endpoint creates a new Snowflake integration, and generates a Snowflake share.
Recipes
❄️
Snowflake Table Integration
Open Recipe
Request:
Body Params
Property | Description | Example |
---|---|---|
snowflake_account_id str | The locator of the Snowflake account to be integrated with. | "ABC12345" |
snowflake_region str | The region of the Snowflake account to be integrated with. | "AWS_EU_NORTH_1" |
Response
The response contains the information of the created integration. If the integration was created, the name of the integration and the share name will be returned, otherwise, a message indicating the results will be returned.
Property | Description | Example |
---|---|---|
integration_name str | The name of the created integration. | "snowflake_defult" |
share_name str | The Snowflake share created for the integration. Usually "SIMILARWEB_{your integration name}_{your Similarweb account ID} | "SIMILARWEB_SNOWFLAKE_DEFULT_12345678" |
Note:
If the requested region hasn't been used before to share tables, a new region is created. This process might take a few minutes, the response message will indicate this is the case.