Snowflake Request data
Request Body for Snowflake
Field | Type | Value |
type | string | Required. "SNOWFLAKE" |
id_attribute | string | Optional. Name of the column in data that represents the identifier of the row. Read more here |
account | string | Required. Name of the account |
database | string | Required. Name of database |
schema | string | Optional. Name of schema |
table | string | Required. Name of table |
warehouse | string | Optional. Name of warehouse |
private_key | string | Required. Private key for access |
user | string | Required. User name |
role | string | Optional. Role |
Last updated