dagster-dg-core
What it is and what it does
dagster-dg-core is the foundational orchestration library for Dagster, a data pipeline platform built around declaring data assets as Python functions. You define what assets you want to build and their dependencies; Dagster handles scheduling, execution, and keeping them up-to-date. It integrates with a large ecosystem of data tools and provides built-in lineage tracking, observability, and testability across the full development lifecycle from local testing to production.
The package depends on 18 runtime libraries including click, jinja2, jsonschema, pyyaml, and rich, which provide CLI scaffolding, templating, configuration validation, and terminal formatting. It is designed to work at every stage—unit tests, integration tests, staging, and production—and supports Python 3.10 through 3.14. The project is actively maintained with recent releases and a large community presence.
Use it for:
- Define and orchestrate multi-stage data pipelines where downstream assets depend on upstream transformations.
- Build reusable, testable data components that can be unit-tested locally before deployment to production.
- Track data lineage and dependencies across a complex asset graph with integrated observability and diagnostics.
- Maintain data freshness by declaring asset definitions once and letting Dagster handle scheduling.
- Integrate with existing data tools and deploy to your own infrastructure using Dagster's integrations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
dagster-dg-core provides the core orchestration and asset-definition framework for Dagster, enabling you to declare data assets as Python functions and manage their execution and dependencies.
Yes. dagster-dg-core is the core of an actively maintained, well-starred orchestration platform with permissive licensing and low install friction. Install it if you are building data pipelines in Python and want declarative asset management with built-in lineage and observability. If you are new to Dagster, verify whether you should install dagster itself or this package first by consulting the official documentation.
Install
dagster-dg-core on PyPI
pip
pip install dagster-dg-coreuv
uv add dagster-dg-corepoetry
poetry add dagster-dg-coreInstalling dagster-dg-core
Before you install
Low install friction with a pure-wheel distribution. Active maintenance with a recent release and 15996 GitHub stars indicate a well-supported project.
License in practice
Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions—suitable for most production and proprietary contexts.
Quickstart
pip install dagster-dg-core
import dagster as dg
from jinja2 import Template
# Use Dagster's asset decorator and Jinja2 for templating
template = Template('Hello {{ name }}')
result = template.render(name='asset')
Requires Python 3.10 or later (up to 3.14); runtime dependencies must be installed separately.
Verify before relying
- Whether dagster-dg-core is the correct entry point or if dagster itself should be installed instead for typical use cases.
- Specific performance characteristics and scalability limits for large asset graphs or high-frequency scheduling.
- Integration requirements with dagster-cloud-cli and other Dagster ecosystem packages for production deployments.
- What data asset types and transformations the package supports beyond the examples in the description.
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 | 18 — click-aliases, click, dagster-cloud-cli, dagster-shared, gql, jinja2, jsonschema, markdown, packaging, python-dotenv, pyyaml, rich, setuptools, tomlkit, typer, typing-extensions, watchdog, yaspin |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,235,486/month — #2,688 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagster_dg_core-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
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-dg-cliA command-line tool for developing and managing…
permissive · top 5,000 on PyPI
dagster-databricksIntegrates Databricks with Dagster's data…
permissive · top 15,000 on PyPI
dagster-sharedShared internal library providing common code…
permissive · top 5,000 on PyPI
dagster-panderaIntegrates Pandera data validation with…
permissive · top 15,000 on PyPI
dagster-sparkDagster-spark integrates Apache Spark with…
permissive · top 15,000 on PyPI
dagster-webserverProvides a web UI for Dagster, a data pipeline…
permissive · top 5,000 on PyPI
dagitDagit is the web UI for Dagster, providing a…
permissive · top 15,000 on PyPI
dagster-mlflowIntegrates MLflow experiment tracking and model…
permissive · top 15,000 on PyPI
dagster-postgresConnects Dagster data pipelines to PostgreSQL…
permissive · top 5,000 on PyPI