- Notifications
You must be signed in to change notification settings - Fork8
precog/quasar-destination-snowflake
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libraryDependencies+="com.precog"%%"quasar-destination-snowflake"% <version>
{ "accountName": String, "warehouse": String, "databaseName": String, "user": String, "password": String, "schema": String, "retryTransactionTimeoutMs": Optional<Number>, "maxTransactionReattempts": Optional<Number>, "sanitizeIdentifiers": Option<Boolean>}
accountName
the name of the Snowflake account.name
in<name>.snowflakecomputing.com
warehouse
the name of the warehouse to usedatabaseName
the name of the database to useuser
the user name to login into Snowflakepassword
the password to login into Snowflakeschema
the name of the schema to useretryTransactionTimeoutMs
optional transaction retry timeout in milliseconds, default is 60000maxTransactionReattempts
optional number of retries before giving up retrying, default is 10sanitizeIdentifiers
optinal, defaults totrue
. When it'strue
identifiers (table name, schema, columns)are capitalized and all non-ASCII characters are replaced with_
. If this isfalse
the identifiers arequoted and"
is replaced with""
.
About
No description, website, or topics provided.