cryogenian / quasar-destination-snowflake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Scala 49.1%Language:Shell 48.9%Language:Batchfile 2.0%