Refuel makes it a breeze to import your data residing in Data Warehouses such as Snowflake, Databricks (more coming soon). Refuel is committed to keeping your data safe by following industry-standard practices for securing physical deployments, setting access policies, and leveraging the security features of leading Cloud providers. Generally, the import is a 2-step process:Documentation Index
Fetch the complete documentation index at: https://docs.refuel.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Setting up the Data Warehouse Integration
- Telling Refuel the location of the data
Snowflake
Prerequisite: Setup the snowflake integrationSpecify 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

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 integrationSpecify the table name
Add the name of the table that you want to import in the format schema_name.table_name.

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.

