ToolJet/docs/versioned_docs/version-2.68.0/data-sources/snowflake.md
Aman Regu bdfe3270e2
[docs]: v2.68.0-Beta (#10755)
* docs: jira

* docs: formatting + Client Credentials grant type

* docs: connection string pgsql

* docs: parameterized queries mysql

* docs: parameterized queries in PostgreSQL

* docs: update mysql example

* docs: TJDB sql editor

* docs: add metadata to REST API

* docs: add, update  postgresql media

* docs: add metadata to graphql

* docs: update parameterized queries

* docs: add parameterized queries for mssql

* docs: add SSL Cert to mysql

* docs: TJDB SQL restricted commands

* docs: update JIRA token location

* docs: update delete issue example

* docs: update find user by query example

* docs: remove session id from get assignable users

* docs: use correct image for get issues for board

* docs: update create issue example

* docs: update delete issue media

* docs: update assignable users media

* docs: update examples

* docs: update key desc

* docs: v2.68.0-Beta
2024-09-13 19:23:19 +05:30

1.7 KiB

id title
snowflake Snowflake

Snowflake

ToolJet can connect to Snowflake databases to read and write data.

Connection

Please make sure the host/ip of the database is accessible from your VPC if you have self-hosted ToolJet. If you are using ToolJet cloud, please whitelist our IP. You can find snowflake docs on network policies here.

To add a new Snowflake database, click on the + button on data sources panel at the left-bottom corner of the app editor. Select Snowflake from the modal that pops up.

ToolJet requires the following to connect to your Snowflake database.

  • Account
  • Username
  • Password

:::info You can also configure for additional optional parameters. :::

ToolJet - Snowflake connection

Querying Snowflake

Click on + button of the query manager at the bottom panel of the editor and select the database added in the previous step as the datasource. Query manager then can be used to write raw SQL queries.

ToolJet - Snowflake query

Click on the run button to run the query.

NOTE: Query should be saved before running.

:::tip Query results can be transformed using transformations. Read our transformations documentation to see how: link :::