dagster

Installation
SKILL.md

Dagster Skill

This skill allows you to interact with the Dagster instance in the doug-dashboard project. Its primary function is to list and materialize assets.

Usage

You will primarily use the run_command tool to execute dagster CLI commands within the dagster Docker container.

Materializing Assets

To materialize a specific Dagster asset for a given partition, use the dagster asset materialize command inside the docker container.

Command Structure:

docker exec dagster uv run dagster asset materialize --select <asset_key> -m src.main --partition <partition_date>
Installs
1
First Seen
Apr 2, 2026
dagster — douggkim/me-dashboard