skillfed

dagster-webserver

Web UI for dagster.

dagster-webserver v1.13.17 8.0M downloads/30d#1,675 on PyPI15,996
Permissive license Apache-2.0 Active released

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-webserver

uv

uv add dagster-webserver

poetry

poetry add dagster-webserver

Installing 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

dagster web uidata pipeline orchestration interfaceasset lineage visualizationdata orchestration dashboardpipeline monitoring uidagster webserverdata asset management interface
data-orchestrationobservabilityweb-ui

More Distributed Computing packages