dagster-cloud
What it is and what it does
Dagster Cloud is the managed, cloud-hosted version of the Dagster orchestration framework. It provides a Python package that acts as an agent and CLI for deploying, managing, and monitoring data pipelines on Dagster's infrastructure. The package wraps core Dagster functionality (via the dagster dependency) with cloud-specific tooling: a command-line interface built on typer and questionary, HTTP request handling via requests, and executable packaging via pex. It supports both serverless and hybrid deployment models, allowing teams to run data workflows without managing orchestration infrastructure directly.
Typical usage involves installing the package, authenticating with Dagster Cloud credentials, and using the CLI to deploy Dagster jobs and assets to the cloud platform. The package is designed for developers and system administrators who want to orchestrate data pipelines with minimal infrastructure overhead. It's part of the broader Dagster ecosystem but specifically targets users who prefer managed hosting over self-hosted Dagster deployments.
Use it for:
- Deploy Dagster data pipelines to a managed cloud platform without provisioning orchestration infrastructure.
- Use the dagster-cloud CLI to manage agents, monitor job runs, and configure cloud deployments from the command line.
- Run data workflows in a serverless environment with automatic scaling and built-in CI/CD integration.
- Manage multiple Dagster environments (dev, staging, prod) using Dagster Cloud's branching and multi-environment features.
- Integrate data orchestration into a team's existing cloud infrastructure using hybrid deployment mode.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Dagster Cloud is a managed orchestration platform that deploys and runs data pipelines with serverless or hybrid infrastructure, providing CLI tooling and agent management for Dagster workflows.
Yes, if you are already using Dagster and want to move to a managed cloud platform. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. Install friction is low. However, verify first whether your use case requires a Dagster Cloud account and whether the feature set (branching, CI/CD) you need is included in your tier.
Install
dagster-cloud on PyPI
pip
pip install dagster-clouduv
uv add dagster-cloudpoetry
poetry add dagster-cloudInstalling dagster-cloud
Before you install
Low install friction with a wheel-only distribution. Actively maintained with a release on 2026-08-14 and last commit on 2026-08-22. Depends on seven runtime packages including dagster, typer, and requests—all common, stable dependencies.
License in practice
Apache-2.0 is permissive: you can use, modify, and distribute this package freely in commercial and open-source projects, provided you include a copy of the license and state significant changes.
Quickstart
pip install dagster-cloud
from dagster_cloud import DagsterCloudAgent
# Configure and deploy via CLI or programmatically
# dagster-cloud agent start
Requires Python 3.10 or later (supports up to 3.14). Dagster Cloud Agent typically requires cloud credentials and network access to Dagster Cloud infrastructure.
Verify before relying
- Whether the package can be used standalone or requires a Dagster Cloud account and active subscription.
- What specific cloud providers or deployment models (serverless vs. hybrid) are supported by this version.
- Whether branching and CI/CD features mentioned in the description are included in the open-source distribution or require a paid tier.
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 | 7 — dagster-cloud-cli, dagster-shared, dagster, pex, questionary, requests, typer |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 4,690,591/month — #2,253 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagster_cloud-1.13.18-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
dagster-cloud-cliCLI tool for managing and deploying Dagster…
permissive · top 5,000 on PyPI
dagster-dockerIntegrates Dagster data orchestration with…
permissive · top 5,000 on PyPI
anyscaleAnyscale provides a command-line interface and…
unclear · top 5,000 on PyPI
dagster-webserverProvides a web UI for Dagster, a data pipeline…
permissive · top 5,000 on PyPI
dagster-awsDagster-aws provides AWS-specific integrations…
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
towerTower is a CLI and Python runtime for deploying…
permissive · top 15,000 on PyPI
dapr-ext-workflowExtends the Dapr Python SDK with workflow…
permissive · top 15,000 on PyPI