Learn the basics of Dagster, a Python-based platform that enables you to build robust, production-ready data pipelines. In this course, you’ll learn how to represent a data pipeline as the data assets it produces and orchestrate a pipeline you’ll make with Dagster.
If you are stuck you can reference the completed code for each lesson.
src
└── dagster_essentials
└── completed
├── lesson_2
├── lesson_3
├── lesson_4
├── lesson_5
├── lesson_6
├── lesson_7
├── lesson_8
└── lesson_9
The easiest way to deploy your Dagster project is to use Dagster Cloud.
Check out the Dagster Cloud Documentation to learn more.
Learn the basics of Dagster, a Python-based platform that enables you to build robust, production-ready data pipelines. In this course, you’ll learn how to represent a data pipeline as the data assets it produces and orchestrate a pipeline you’ll make with Dagster.
If you are stuck you can reference the completed code for each lesson.
src
└── dagster_essentials
└── completed
├── lesson_2
├── lesson_3
├── lesson_4
├── lesson_5
├── lesson_6
├── lesson_7
├── lesson_8
└── lesson_9
The easiest way to deploy your Dagster project is to use Dagster Cloud.
Check out the Dagster Cloud Documentation to learn more.