/df-snowflake

Snowflake Database support for DreamFactory.

Primary LanguagePHPApache License 2.0Apache-2.0

df-snowflake

DreamFactory Snowflake Database Service

This code is governed by a commercial license. To use it, you must follow refer to the LICENSE file.

Configure Snowflake

To connect your Snowflake database to Dreamfactory, you will need to specify:

  1. Account
    Account is the hostname + region information.
    You can just copy it from your snowflake database URL:

accountexample

  1. Username
    Username that you use to login to your snowflake account or any other user with access to the database.
  2. Password
  3. Database
    Name of the database you want to connect to.
  4. Warehouse
    Name of the warehouse your database uses.
  5. Schema (optional)
    Schema of the database, PUBLIC by default.