docs/versioned_docs/version-2.50.0-LTS/data-sources/snowflake.md
ToolJet can connect to Snowflake databases to read and write data.
<div style={{paddingTop:'24px'}}>To establish a connection with the Snowflake data source, you can either click on the + Add new Data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard and choose Snowflake as the data source.
:::info 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. :::
ToolJet requires the following to connect to Snowflake database.
:::info You can also configure for additional optional parameters. :::
</div> <div style={{paddingTop:'24px'}}>select * from "SNOWFLAKE_SAMPLE_DATA"."WEATHER"."DAILY_14_TOTAL" limit 10;
:::tip Query results can be transformed using transformations. Read our transformations documentation to learn more. :::
</div>