Skip to main content

Build Your First Pipeline

In this tutorial, you will build a complete data pipeline from scratch.

What You'll Learn​

  • Create a pipeline from a template
  • Configure a PostgreSQL source
  • Add SQL transformations
  • Load data to Snowflake
  • Schedule and monitor the pipeline

Prerequisites​

  • ProAI CLI installed
  • Access to a PostgreSQL database
  • A Snowflake account

Steps​

  1. Initialize the project
  2. Create the pipeline
  3. Configure source and destination
  4. Add transformations
  5. Test and deploy

See Also​