Dagster Tools Documentation
This document lists all available Dagster tools and their usage.
Tools
Tool Name | Description | Parameters |
---|---|---|
dagster_list_repositories |
List all available Dagster repositories | None |
dagster_list_jobs |
List all jobs in a specific repository | - repository_location (string): The name of the repository location- repository_name (string): The name of the repository |
dagster_list_assets |
List all assets in a specific repository | - repository_location (string): The name of the repository location- repository_name (string): The name of the repository |
dagster_get_recent_runs |
Get recent Dagster runs | - limit (number, optional): Number of runs to retrieve |
dagster_get_run_info |
Get detailed information about a specific run | - run_id (string): The ID of the run |
dagster_launch_run |
Launch a Dagster job run | - repository_location (string): The name of the repository location- repository_name (string): The name of the repository- job_name (string): The name of the job to launch- run_config (string, optional): JSON string of run configuration |
dagster_materialize_asset |
Materialize a specific Dagster asset | - asset_key (string): The asset key to materialize- repository_location (string): The name of the repository location- repository_name (string): The name of the repository |
dagster_terminate_run |
Terminate an in-progress Dagster run | - run_id (string): The ID of the run to terminate |
dagster_get_asset_info |
Get detailed information about a specific asset | - asset_key (string): The asset key to get information about |
## Configuration |
To use these tools, you need to configure a User level API Token.
Step 1: Sign in to your Dagster instance
Step 2: Click the user menu (your icon) > Organization Settings.
Step 3: Click the Tokens tab.
Step 4: Click + Create user token.
Step 5: Copy this and save in a secure place
Only locally hosted Dagster is supported right now. COMING SOON: Support for Dagster+ deployments (Cloud + Hybrid)