Operating pipelines
Configuration
2 items
Dagster webserver and UI
The Dagster UI is a web-based interface for Dagster. You can inspect Dagster objects like assets, jobs, and schedules, and launch runs, view launched runs, and view assets produced by those runs.
User settings in the UI
The user settings page in the Dagster UI allows you to define settings like your timezone and theme and enable experimental features.
Run executors
Executors are responsible for executing steps within a Dagster job run, and can range from single-process serial executors to managing per-step computational resources with a sophisticated control plane.
Managing concurrency
How to limit the number of runs a job, or assets for an instance of Dagster.
Dagster GraphQL API
1 item
Operating pipelines
Learn about Dagster configuration, the Dagster GraphQL API and client, concurrency best practices, the Dagster UI and user settings, and run executors.