Tutorials#

Get up to speed by working through these tutorials, which use small examples illustrative of real data problems.

Before you get started, make sure you install Dagster!


Assets#

New to Dagster? Start here!

Dagster is used to build and maintain data assets. In this tutorial, we'll walk you through the basics of creating, maintaining, and testing assets in Dagster:


Ops and jobs#

Dagster's asset functionality sits on top of a general orchestration engine that can be used for tasks other than creating and maintaining assets. Check out this op-focused tutorial to learn more: