Getting Started Guide

This guide will walk you through implementing your first DataPancake pipeline.

First Steps

1

Install & Setup DataPancake (Account Admin Required)

  1. Install DataPancake from the Snowflake marketplace

  2. Upgrade DataPancake from the free trial to use all of its features

2

Create, Scan, & Generate Code for your First Data Source

  1. Use the single data source script builder to create and scan your first data source.

  2. 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.

3

Deploy Dynamic Tables and Views (if generated)

  1. Navigate to the "Generated SQL" page and select your data source.

  2. Copy the generated SQL DDL.

  3. In a new Snowflake worksheet or workspace, paste and execute all of the statements to deploy your dynamic tables and views (if generated).

Last updated

Was this helpful?