ToolJet/docs/versioned_docs/version-2.36.0/data-sources/snowflake.md
Karan Rathod 11d38325cb
[docs]:App builder 1.6 updates (#9514)
* add app-builder doc updates on Table and themes

* breakdown chart docs in two parts and add custom css for headers

* update chart example images and add more examples

* revamp table component and minor fixes

* fix typos

* fix table formatting for docusarus v3

* fix filepicker table

* create new version

* fix grammar and tables
2024-04-26 15:17:51 +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 :::