dagster-integrations
Dagster Integrations Skill
This skill is a thin wrapper around more complex and detailed reference documents. It helps guide users through workflows that require using or understanding Dagster integration libraries.
Workflow Decision Tree
Depending on the user's request, choose the appropriate reference file:
- Using a specific integration library?
- Try to find a
references/dagster-<technology>/folder in this directory. This will be named directly after the integration library name (e.g.dagster-dbt,dagster-fivetran,dagster-airbyte, etc.). This folder will contain aREADME.mdfile that will contain references to more detailed reference files relevant to the specific request. - If no such folder exists, use the more general reference files outlined in the
Reference Files Indexsection. - Examples:
- "How do asset checks work with dagster-dbt?"
- "Load my Fivetran connector into Dagster"
- "Can I use Tableau with Dagster?"
- NOTE: If the user is attempting to use a specific integration library for the first time (often the case when adding a new component to a project), ensure the integration library is installed in the project before scaffolding the component.
uv-compatible projects (most common):uv add dagster-<technology>
- Try to find a
- General integration requests?
- Use the more general reference files outlined in the
Reference Files Indexsection.
- Use the more general reference files outlined in the
More from dagster-io/dagster-claude-plugins
dignified-python
Opinionated production Python standards with automatic version detection (3.10-3.13). Use when
37dagster-expert
Expert guidance for working with Dagster and the dg CLI. ALWAYS use before doing any task that requires
24dagster-conventions
Expert guidance for Dagster data orchestration including assets, resources, schedules, sensors,
9integrations-index
Comprehensive index of 82+ Dagster integrations organized by official tags.yml taxonomy including
3dagster-best-practices
Expert guidance for Dagster data orchestration including assets, resources, automation, testing,
3dg
Dagster CLI for project creation, scaffolding components, launching assets, listing definitions,
1