Complete warehouse destination setup

Complete the setup of a warehouse destination by providing the Snowflake host address and the public keys from the /setup response. The custom names are read from the stored configuration.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projKeystringRequiredformat: "string"
The project key
envKeystringRequiredformat: "string"
The environment key
kindstringRequiredformat: "string"

The destination kind (snowflake-v2)

Request

This endpoint expects an object.
publicKeystringOptional

Response

Completed destination
_idstring
The ID of this Data Export destination
namestring

A human-readable name for your Data Export destination

kindenum
The type of Data Export destination
versiondouble
configany
An object with the configuration parameters required for the destination type
onboolean
Whether the export is on, that is, the status of the integration
_accessobject
Details on the allowed and denied actions for this Data Export destination

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error