Path parameters
projKeystringRequiredformat: "string"
The project key
envKeystringRequiredformat: "string"
The environment key
kindstringRequiredformat: "string"
The destination kind (snowflake-v2, redshift)
Request
This endpoint expects an object.
snowflakeHostAddressstringOptional
databaseNamestringOptional
warehouseNamestringOptional
includeNetworkPolicybooleanOptional
clusterIdentifierstringOptional
clusterRegionstringOptional
clusterAwsAccountIdstringOptional
Response
Generate warehouse destination setup script response
scriptstring
The SQL setup script to run in your data warehouse
publicKeystring
The RSA public key (Snowflake only) to store as the destination public_key
publicKeyPkcs8string
The PKCS8 RSA public key (Snowflake only)
redshiftIAMPermissionsPolicystring
For Redshift, present only when clusterIdentifier, clusterRegion, and clusterAwsAccountId are supplied in the request body.
redshiftIAMTrustPolicystring
For Redshift, present only when clusterIdentifier, clusterRegion, and clusterAwsAccountId are supplied in the request body.