Last updated
Was this helpful?
Last updated
Was this helpful?
IP RESTRICTIONS
Make sure to allow traffic from one of the Paradime IPs in your firewall depending on the data location selected.
👉 See also: .
We advise creating a new Snowflake user and grant the suggested access required to create tables and views your Production database.
You can execute the SQL commands below in Snowflake and create a user with the suggested access credentials.
This set of permissions will enable Paradime to read from and create tables and views when running production jobs in you Snowflake database.
To add the Snowflake Scheduler connection, follow these instructions:
Click Settings in the top menu bar of the Paradime interface to access Account Settings
In the left sidebar, click "Connections"
Click "Add New" next to the Bolt Schedules section
Select "Snowflake" and fill out the corresponding fields.
Below are list of fields and example to create a connection.
In Paradime you can use Key-Pair authentication method to connect your Scheduler environment using a Private Key and optionally a Private Key Passphrase.
Below are list of fields and example to create a connection.
After , you will need to set the rsa_public_key
for the Snowflake user connecting to Paradime.
Profile
The profile name set in your dbt_project.yaml
. See more here.
dbt-snowflake
Target
The target name used to identify the connection. See more here.
prod
Account
The Snowflake account to connect to as per Snowflake's documentation.
vj71689.eu-west-2.aws
Role
The role to assume when running queries as the specified user.
transformer
Database
The name of your Snowflake production database.
analytics
Warehouse
The virtual warehouse to use for running queries.
transforming
Username
The username created with access to the production database.
prod_user
Password
The password set for the user created in Snowflake.
password_xyz
Schema
The default schema used to build dbt™️ objects at runtime.
dbt_prod
Threads
The number of threads used in this connection. See more here.
8
Profile
The profile name set in your dbt_project.yaml
. See more here.
dbt-snowflake
Target
The target name used to identify the connection. See more here.
prod
Account
The Snowflake account to connect to as per Snowflake's documentation.
vj71689.eu-west-2.aws
Role
The role to assume when running queries as the specified user.
transformer
Database
The name of your Snowflake production database.
analytics
Warehouse
The virtual warehouse to use for running queries.
transforming
Username
The username created with access to the production database.
prod_user
Private Key
The Private Key generated and linked to the user. You must include the commented lines when adding the Private Key.
-----BEGIN ENCRYPTED PRIVATE KEY----- < private key content here > -----END ENCRYPTED PRIVATE KEY-----
Private Key Passphrase (Optional)
The Passphrase created when generating the encrypted key
passphrase_xyz
Schema
The default schema used to build dbt™️ objects at runtime.
dbt_prod
Threads
The number of threads used in this connection. See more here.
8