skillfed

dagster-cloud

dagster-cloud v1.13.18 4.7M downloads/30d#2,253 on PyPI38
Permissive license Apache-2.0 Active released

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

uv

uv add dagster-cloud

poetry

poetry add dagster-cloud

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentIntended Audience :: DevelopersIntended Audience :: System AdministratorsLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Software Development :: Libraries :: Application FrameworksTopic :: System :: Monitoring

Tags

data pipeline orchestrationserverless workflow executiondagster cloud deploymentdata orchestration platformworkflow scheduling and monitoringhybrid cloud data pipelinesorchestration agent management
orchestrationdata-pipelinemanaged-service

More Application Frameworks packages