Skip to content

wemrysi/quasar-destination-snowflake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quasar-destination-snowflake Build Status Bintray Discord

Usage

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

Configuration

{
   accountName: String,
   warehouse: String,
   databaseName: String,
   user: String,
   password: String,
   schema: String
}
  • 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

All fields are mandatory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.6%
  • Scala 44.3%
  • Batchfile 2.1%