Running Dagster locally - Learn how to run Dagster and Dagit, Dagster's web UI, on your local machine
Understanding how assets relate to ops and graphs - Learn how software-defined assets relate to ops and graphs, and when to use one over the other
Enriching with Software-defined Assets - Learn to enrich what you've built in Dagster with Software-defined assets
Using Software-defined assets with Pandas and PySpark - A quick introduction to Sofware-defined assets, featuring Pandas and PySpark
Declarative scheduling for Software-defined assets - Create data SLAs and schedule based on desired outcomes, not tasks
Re-executing Dagster jobs - Learn to re-execute Dagster jobs using both Dagit and Dagster's APIs
Validating data with Dagster Type factories - Explore using a Dagster Type factory to validate Pandas dataframes using Pandera
Intro to ops and jobs - Learn to execute tasks that don't produce assets
Migrating to graphs, jobs, and ops - Legacy. Migrate to Dagster graphs, jobs, and ops from Dagster solids and pipelines