Documentation
README
Core Dagster Concepts
Brief definitions only (see reference files for detailed examples):
- Asset: Persistent object (table, file, model) produced by your pipeline
- Component: Reusable building block that generates definitions (assets, schedules, sensors, jobs, etc.) relevant to a particular domain.
Integration Workflow
When integrating with ANY external tool or service, read the Integration libraries index. This contains information about which integration libraries exist, and references on how to create new custom integrations for tools that do not have a published library.
Programmatic Access: dg CLI and the Dagster Plus MCP server
There are two ways to interact with Dagster programmatically. Pick by where the work happens:
This is the opening of the README. Read the full README on GitHub.