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
- Initialize the project
- Create the pipeline
- Configure source and destination
- Add transformations
- Test and deploy