cURL
curl --request POST \ --url https://api.camelai.com/api/v1/sources/add/snowflake/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "snowflake", "account": "myaccount.us-east-1", "user": "myuser", "password": "mypassword", "warehouse": "COMPUTE_WH" }'
{ "id": 123, "public_key_sql": "<string>" }
Create a new Snowflake data warehouse connection. Supports both password and key-pair authentication.
JWT or API key authentication using Bearer scheme
Serializer for Snowflake connection configuration.
The response is of type object.
object
Was this page helpful?