libraryDependencies += "com.slamdata" %% "quasar-destination-snowflake" % <version>{
accountName: String,
warehouse: String,
databaseName: String,
user: String,
password: String,
schema: String
}accountNamethe name of the Snowflake account.namein<name>.snowflakecomputing.comwarehousethe name of the warehouse to usedatabaseNamethe name of the database to useuserthe user name to login into Snowflakepasswordthe password to login into Snowflakeschemathe name of the schema to use
All fields are mandatory.