- Setting up the Data Warehouse Integration
- Telling Refuel the location of the data
Snowflake
Prerequisite: Setup the snowflake integration1
Choose snowflake from the list of Data Sources

2
Specify the table name
Add the name of the table that you want to import in the format schema_name.table_name.The user/role specified during snowflake integration should have read access to the table


3
Setup the dataset
Select the set of primary keys that can uniquely identify a row in the provided table. You also need to select
a timestamp column that will act as a checkpoint so we only read new data as it arrives in your Snowflake table.If your table does not have a primary key or timestamp column, please drop us a message.


Databricks
Prerequisite: Setup the databricks integration1
Choose databricks from the list of Data Sources

2
Specify the table name
Add the name of the table that you want to import in the format schema_name.table_name.

3
Setup the dataset
Select the set of primary keys that can uniquely identify a row in the provided table. You also need to select
a timestamp column that will act as a checkpoint so we only read new data as it arrives in your Databricks table.If your table does not have a primary key or timestamp column, please drop us a message.

