Before you can load data from Snowflake you’ll need to add a Snowflake data source.
Click the
button in the toolbar. It inserts a code snippet in a new code cell and execute it.Once Code Assist initializes, hover over the
icon, a popup menu appears. Select the Load Data item from the menu.![snowflake dca menu](/images/code-assist/load-data-snowflake/snowflake-dca-menu.png)
The Snowflake data source that we created earlier is found under the drop-down list of data sources. Select it.
Specify the database, schema and table that you want to load. Click the
button.![snowflake dca database schema table](/images/code-assist/load-data-snowflake/snowflake-dca-database-schema-table.png)
Code Assist inserts code into the next cell and immediately executes it.
![snowflake dca inserted code](/images/code-assist/load-data-snowflake/snowflake-dca-inserted-code.png)