Connecting to Snowflake
- 31 May 2022
- 2 Minutes to read
- Print
- DarkLight
Connecting to Snowflake
- Updated on 31 May 2022
- 2 Minutes to read
- Print
- DarkLight
Article Summary
NoteThis documentation is prior to May 2022.
Snowflake is an analytic data warehouse that uses an SQL database, in a SaaS offering, and enables you to load, integrate, analyze and securely share their data and consume shared data.
You can easily upload datasets from Snowflake tables to the Explorium platform. Explorium leverages SQLAlchemy as a connector to export data from Snowflake, into the Explorium platform.
Snowflake is a storage system that is used to store all of your data and analyze it. One can think of it as an infinite hard disk that Explorium uses for storage.
There are three options to connect to Snowflake:
- Create a new project
- Edit an existing project connection
- Export data from the Export >Run recipe button
Connecting to Snowflake when Creating a New Project
- Click Enrich. The Enrich page is displayed.
- Click
. The Create a new project window is displayed.
- Type in a new project name. The project name needs to be unique.
- Select a use case from the drop-down.
- Click Create project. The Upload a dataset window appears.
- Select Snowflake.
- All the fields are Mandatory. Enter the connection name.
- Type in the Account Name.
- Type in the Username.
- Type in the Password.
- Type in the DB Name.
- Type in the Schema Name.
- Type in the Warehouse.
- Type in the Role.
- Click Test Connection to make sure the connection is successful. A message is displayed informing you if the connection was successfully created or not. If the test connection failed, then you are unable to create a connection. Before creating a new connection, a Test Connection must be run. If the test failed, or a parameter was changed, the Create button will be disabled, and you need to create a new connection.
- After the test connection has succeeded, click Create in order to create the connection, and to start working with it.
Connecting to Snowflake when Editing a Dataset
- Click Enrich. The Enrich page is displayed.
- Create or search for a project.
- Click
.
- The Change data and edit dataset window appears.
- Click Continue. The Upload a dataset window appears.
- Select Snowflake.
- All the fields are Mandatory. Select the connection name.
- Type in the Account Name.
- Type in the Username.
- Type in the Password.
- Type in the DB Name.
- Type in the Schema Name.
- Type in the Warehouse.
- Type in the Role.
- Click Test Connection to make sure the connection is successful. A message is displayed informing you if the connection was successfully created or not. If the test connection failed, then you are unable to create a connection.
- After the test connection has succeeded, click Create in order to create the connection, and to start working with it.
After the test connection has succeeded, click Create in order to create the connection, and to start working with it.
Before creating a new connection, a Test Connection must be run. If the test failed, or a parameter was changed, the Create button will be disabled, and you need to create a new connection.
Exporting Data
- Click Enrich. The Enrich page is displayed.
- Create, search or edit a project.
- Click the Export >Run Recipe.
- The Schedule Recipe Run window is displayed.
- Select the input connection (optional).
- Select the output connection.