![]() |
VOOZH | about |
The CData JDBC Driver for Snowflake seamlessly integrates Snowflake data into database management tools like DBArtisan by enabling you to access Snowflake data as a database. This article shows how to create a JDBC source for Snowflake in DBArtisan. You can then edit data visually and execute standard SQL.
CData simplifies access and integration of live Snowflake data. Our customers leverage CData connectivity to:
Many CData users use CData solutions to access Snowflake from their preferred tools and applications, and replicate data from their disparate systems into Snowflake for comprehensive warehousing and analytics.
For more information on integrating Snowflake with CData solutions, refer to our blog: https://www.cdata.com/blog/snowflake-integrations.
Follow the steps below to register Snowflake data as a database instance in your project:
To connect to Snowflake:
See the Getting Started guide in the CData driver documentation for more information.
For assistance in constructing the JDBC URL, use the connection string designer built into the Snowflake JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.snowflake.jar
Fill in the connection properties and copy the connection string to the clipboard.
👁 Required JDBC connection properties in the Register Datasource wizard. (Salesforce is shown.)Below is a typical connection string:
jdbc:snowflake:Authscheme=Password;URL=https://myaccount.snowflakecomputing.com;User=Admin;Password=test123;Server=localhost;Database=Northwind;Warehouse=TestWarehouse;Account=Tester1;MFACode=YourMFACode
You can now work with Snowflake data as you work with any other database. See the driver help documentation for more information on the queries supported by the Snowflake API.
👁 The results of a query. (Salesforce is shown.)Download a free trial of the Snowflake Driver to get started:
Download NowLearn more:
👁 Snowflake Enterprise Data Warehouse IconRapidly create and deploy powerful Java applications that integrate with Snowflake.