Getting Started Guide
This guide will walk you through implementing your first DataPancake pipeline.
First Steps
Install & Setup DataPancake (Account Admin Required)
Install DataPancake from the Snowflake marketplace
Upgrade DataPancake from the free trial to use all of its features
Build a script to grant account level privileges to DataPancake.
DataPancake is now ready for use!
Create, Scan, & Generate Code for your First Data Source
Load your data into Snowflake or access your data via iceberg tables.
Use the single data source script builder to create and scan your first data source.
Monitor the progress of the scan on the "Scans in Process" page. The scanning process will often take several minutes depending on the size of your data and the warehouse used.
DataPancake recursively scans your entire data source unless you specifically limit the amount of data scanned.
Deploy Dynamic Tables and Views (if generated)
Navigate to the "Generated SQL" page and select your data source.
Copy the generated SQL DDL.
In a new Snowflake worksheet or workspace, paste and execute all of the statements to deploy your dynamic tables and views (if generated).
You're now ready to start selecting data from your deployed objects!
Last updated
Was this helpful?