Snowflake
Sync customer issue data into Snowflake
Setup
Head to the warehouse configuration page inside Pylon and fill in your Snowflake credentials.
We recommend creating a new database and schema within your account to store Pylon data. For best practice in access control, we also recommend creating a new role with access to just that database, and finally granting that role to the authenticating user.
You’ll need the following to configure your Snowflake connection:
User The username of the user who the connection will be on behalf of.
Password
The password of the user who the connection will be on behalf of.
Account
You can find your account identifier by using these instructions. The identifier will likely be in the form
xxxxxx-xxxxxx
.(Optional) Warehouse
The warehouse that is used to write data. If one is not specified, the default warehouse will be used.
Database The database that data will be written to. We recommend creating a new database for Pylon data.
Schema
The schema that data will be written to. We recommend creating a new schema for Pylon data.
(Optional) Role
The role that database operations will be performed with. Must have write access to the database.
Table
The name of the table that data will be written to. Pylon will automatically create this table for you with the proper schema.
After you enter in these details, hit test to verify your connection!
Last updated