dagster-webserver
Web UI for dagster.
What it is and what it does
Dagster-webserver is the web UI component of Dagster, a cloud-native data orchestration platform. It provides a browser-based interface for visualizing, monitoring, and managing data assets and pipelines defined in Dagster. The webserver runs on top of the core dagster package and uses starlette and uvicorn to serve a dynamic web application that displays asset lineage, execution history, and observability data.
You install it alongside dagster to gain a graphical view of your data workflows. Once your assets are defined as Python functions decorated with @dg.asset, the webserver displays them as an interactive graph, tracks their execution, and surfaces metadata and logs. It's designed to work across the full development lifecycle—from local testing through production—and integrates with Dagster's declarative asset model and built-in observability features.
Use it for:
- Visualize and monitor data asset dependencies and execution status in a centralized dashboard.
- Debug data pipeline failures by inspecting logs, lineage, and asset metadata through the UI.
- Track data quality and performance metrics across your asset graph in real time.
- Manage and trigger manual runs of assets or jobs from a browser without writing code.
- Explore asset lineage and understand how data flows through your organization's pipelines.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a web UI for Dagster, a data pipeline orchestrator that manages asset definitions, execution, and observability through a browser-based interface.
Yes. Dagster-webserver is actively maintained, has no known vulnerabilities, and installs with low friction. If you are using Dagster for data orchestration, the webserver is the standard UI layer and worth installing to gain visibility into your pipelines. The permissive Apache 2.0 license poses no barrier to adoption.
Install
dagster-webserver on PyPI
pip
pip install dagster-webserveruv
uv add dagster-webserverpoetry
poetry add dagster-webserverInstalling dagster-webserver
Before you install
Low friction installation with a wheel distribution. Active maintenance—released 7 days ago with a recent commit history and no known vulnerabilities. Depends on five runtime packages including dagster, starlette, and uvicorn.
License in practice
Apache 2.0 permissive license allows commercial and private use with minimal restrictions; you must retain license notices in distributions.
Quickstart
pip install dagster-webserver
import dagster as dg
from dagster_webserver import webserver
# After defining assets with @dg.asset, run:
webserver.start()
Requires Python 3.10 or later (supports up to 3.14). Dagster core package must be installed and assets defined before the webserver can serve them.
Verify before relying
- Whether the webserver requires specific configuration or environment variables to connect to a Dagster instance.
- Performance characteristics and resource requirements for serving large asset graphs or high-frequency updates.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<3.15,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — click, dagster-graphql, dagster, starlette, uvicorn |
| Maintenance | actively maintained — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 7,979,177/month — #1,675 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagster_webserver-1.13.17-py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
dagitDagit is the web UI for Dagster, providing a…
permissive · top 15,000 on PyPI
dagster-cloud-cliCLI tool for managing and deploying Dagster…
permissive · top 5,000 on PyPI
dagster-graphqlProvides a GraphQL API interface for querying…
permissive · top 5,000 on PyPI
dagster-rest-resourcesProvides REST API resource integrations for…
permissive · top 15,000 on PyPI
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-panderaIntegrates Pandera data validation with…
permissive · top 15,000 on PyPI
dagster-pipesDagster-pipes provides a toolkit for running…
permissive · top 5,000 on PyPI
dagster-sshProvides SSH resource and I/O manager…
permissive · top 15,000 on PyPI
dagster-dg-coredagster-dg-core provides the core orchestration…
permissive · top 5,000 on PyPI
dagster-dg-cliA command-line tool for developing and managing…
permissive · top 5,000 on PyPI