dagster

Orchestration platform for developing and observing data assets

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Dagster is an orchestration platform for the development, production, and observation of data assets.

Commands

dagsterdagit

Examples

Start the Dagit web UI for managing and monitoring pipelines$ dagit -f my_dagster_project.py
Execute a Dagster job/pipeline from the command line$ dagster job execute -f my_dagster_project.py -j my_job
List all assets, jobs, and resources in your Dagster project$ dagster project info