Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 887 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 887 Bytes

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.