DreamFactory Snowflake Database Service
This code is governed by a commercial license. To use it, you must follow refer to the LICENSE file.
To connect your Snowflake database to Dreamfactory, you will need to specify:
- Hostname An optional hostname that can be used as an alternative to the snowflake default hostname.
- Account
Account is the hostname + region information.
You can just copy it from your snowflake database URL:
- Username Username that you use to login to your snowflake account or any other user with access to the database.
- Password
- Database Name of the database you want to connect to.
- Warehouse Name of the warehouse your database uses.
- Schema (optional) Schema of the database, PUBLIC by default.