dagit
Web UI for dagster.
What it is and what it does
Dagit is the web interface component of Dagster, a cloud-native data pipeline orchestrator. It provides a visual dashboard for defining, running, and monitoring data assets—tables, datasets, models, and reports—declared as Python functions. The UI displays asset lineage, execution history, and observability metrics, enabling developers to track data dependencies and spot issues across the pipeline lifecycle.
Dagit integrates with the broader Dagster ecosystem to support development from local testing through production deployment. It depends on dagster-webserver to serve the interface and works with Dagster's declarative asset model, where you define data transformations as decorated Python functions and Dagster orchestrates their execution. The package officially supports Python versions 3.10 through 3.14.
Use it for:
- Visualize and monitor multi-stage data pipelines with asset lineage and dependency tracking in a web dashboard.
- Debug data quality issues and pipeline failures by inspecting execution logs and asset metadata through the UI.
- Manage scheduled and triggered data asset refreshes across development, staging, and production environments.
- Track data lineage and observability metrics to understand data flow and identify performance bottlenecks.
- Collaborate on data pipeline development by sharing asset definitions and execution results via the web interface.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Dagit is the web UI for Dagster, providing a visual interface to orchestrate, monitor, and manage data pipelines and assets defined as Python functions.
Yes. Dagit is a mature, actively maintained web UI for a widely-used orchestration platform with no known vulnerabilities, low install friction, and permissive licensing. Install it if you are already using Dagster or evaluating it for data pipeline orchestration; it is essential for visual monitoring and management of Dagster assets.
Install
dagit on PyPI
pip
pip install dagituv
uv add dagitpoetry
poetry add dagitInstalling dagit
Before you install
Low install friction with a single runtime dependency (dagster-webserver). The package is actively maintained with a recent release and has been in development since 2018-08-10, indicating a mature, well-established project.
License in practice
Apache-2.0 licensed under a permissive model, allowing commercial use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects.
Quickstart
pip install dagit dagster-webserver
import dagster as dg
@dg.asset
def my_asset() -> str:
return "data"
# Run: dagster dev
Requires Python 3.10 or later (supports up to Python 3.14); dagster-webserver must be installed to run the web UI.
Verify before relying
- Whether dagit 1.13.18 introduces breaking changes or deprecations relative to earlier versions.
- Performance characteristics and scalability limits for large numbers of assets or concurrent users.
- Integration requirements with specific orchestration backends or infrastructure platforms.
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 | 1 — dagster-webserver |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 498,192/month — #6,330 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagit-1.13.18-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
dagster-webserverProvides a web UI for Dagster, a data pipeline…
permissive · top 5,000 on PyPI
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-graphqlProvides a GraphQL API interface for querying…
permissive · top 5,000 on PyPI
dagster-dg-cliA command-line tool for developing and managing…
permissive · top 5,000 on PyPI
dagster-dg-coredagster-dg-core provides the core orchestration…
permissive · top 5,000 on PyPI
dagster-cloud-cliCLI tool for managing and deploying Dagster…
permissive · top 5,000 on PyPI
dagster-dbtIntegrates dbt data transformation workflows…
permissive · top 5,000 on PyPI
dagster-rest-resourcesProvides REST API resource integrations for…
permissive · top 15,000 on PyPI
dagster-awsDagster-aws provides AWS-specific integrations…
permissive · top 5,000 on PyPI