Generate warehouse destination setup script
Generate the SQL setup script required to prepare a warehouse for LaunchDarkly Data Export. For Snowflake, this also generates a key pair.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projKey
The project key
envKey
The environment key
kind
The destination kind (snowflake-v2, redshift)
Response
Generate warehouse destination setup script response
script
The SQL setup script to run in your data warehouse
publicKey
The RSA public key (Snowflake only) to store as the destination public_key
publicKeyPkcs8
The PKCS8 RSA public key (Snowflake only)
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error