dagster-embedded-elt
Package for performing ETL/ELT tasks with Dagster.
What it is and what it does
dagster-embedded-elt is a specialized integration package that extends Dagster's data orchestration capabilities with built-in ETL/ELT (extract-transform-load / extract-load-transform) connectors. It sits on top of three runtime dependencies—dagster (the core orchestrator), dagster-dlt, and dagster-sling—to provide a unified interface for defining and running data extraction and loading tasks as part of Dagster's asset-based pipeline model.
The package is designed for teams building data pipelines who want to declare their extraction and loading logic as Python functions (Dagster assets) and have them orchestrated alongside transformations and other data operations. It inherits Dagster's declarative programming model, integrated lineage tracking, and observability features, allowing you to develop and test pipelines locally before promoting them to staging and production environments.
Use it for:
- Define ETL pipelines as Dagster assets and orchestrate them with built-in scheduling and monitoring.
- Integrate external data sources via dlt or Sling connectors while maintaining lineage and data quality checks.
- Build multi-stage data workflows combining extraction, transformation, and loading in a single declarative graph.
- Automate recurring data ingestion tasks with Dagster's scheduling and dependency resolution.
- Monitor and troubleshoot data pipeline failures with Dagster's observability and diagnostics tools.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides ETL/ELT integration for Dagster, enabling data pipeline orchestration with embedded extraction and loading capabilities through dagster-dlt and dagster-sling connectors.
Yes, if you are already using Dagster for data orchestration and need to add extraction and loading capabilities. The package has low install friction, active maintenance, a permissive license, and no known vulnerabilities. It is most valuable as part of a broader Dagster deployment; installing it in isolation without the core Dagster ecosystem provides limited benefit.
Install
dagster-embedded-elt on PyPI
pip
pip install dagster-embedded-eltuv
uv add dagster-embedded-eltpoetry
poetry add dagster-embedded-eltInstalling dagster-embedded-elt
Before you install
Low install friction with a pure-Python wheel distribution. The package is actively maintained with recent commits and sits within Dagster's established ecosystem, which has 15997 GitHub stars and receives regular updates.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for enterprise data pipelines.
Quickstart
pip install dagster-embedded-elt
import dagster as dg
from dagster_embedded_elt import ...
@dg.asset
def my_data_asset():
# Define your ETL/ELT task
pass
Requires Python 3.10 or later (supports up to 3.14); depends on dagster, dagster-dlt, and dagster-sling runtime packages.
Verify before relying
- Specific capabilities and API surface of dagster-dlt and dagster-sling integrations not detailed in excerpt
- Whether this package is a thin wrapper or adds substantial orchestration logic beyond its dependencies
- Performance characteristics and scalability limits for production data volumes
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 | 3 — dagster-dlt, dagster-sling, dagster |
| Maintenance | actively maintained — 119 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 92,023/month — #13,488 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagster_embedded_elt-0.29.1-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-dltIntegrates dlt data loading into Dagster…
permissive · top 15,000 on PyPI
dagster-slingIntegrates Sling ETL/ELT tasks into Dagster…
permissive · top 15,000 on PyPI
meltanoMeltano is a declarative, code-first data…
permissive · top 15,000 on PyPI
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-airbyteIntegrates Airbyte data connectors with…
permissive · top 15,000 on PyPI
dagster-awsDagster-aws provides AWS-specific integrations…
permissive · top 5,000 on PyPI
dagster-cloud-cliCLI tool for managing and deploying Dagster…
permissive · top 5,000 on PyPI
dagster-graphqlProvides a GraphQL API interface for querying…
permissive · top 5,000 on PyPI
dagster-webserverProvides a web UI for Dagster, a data pipeline…
permissive · top 5,000 on PyPI
dagster-rest-resourcesProvides REST API resource integrations for…
permissive · top 15,000 on PyPI