dagster — Easy Playground
Data orchestrator for ML, analytics, and ETL pipelines
Getting started with dagsterRun locally
Install
pip install dagster dagster-webserverPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: dagster)
dagster is a third-party package. Data orchestrator for ML, analytics, and ETL pipelines. Install with: pip install dagster dagster-webserver
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?