Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

precog/quasar-destination-snowflake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

libraryDependencies+="com.precog"%%"quasar-destination-snowflake"% <version>

Configuration

{   "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 use
  • databaseName the name of the database to use
  • user the user name to login into Snowflake
  • password the password to login into Snowflake
  • schema the name of the schema to use
  • retryTransactionTimeoutMs optional transaction retry timeout in milliseconds, default is 60000
  • maxTransactionReattempts optional number of retries before giving up retrying, default is 10
  • sanitizeIdentifiers 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"".

[8]ページ先頭

©2009-2025 Movatter.jp