Hacker News new | ask | show | jobs
by momojo 39 days ago
Check out Airflow and Dagster.

I've used Dagster but I can't compare to airflow. But in terms of DX, I've found Dagster pretty easy to use. Instead of writing their own DSL, they have a python library that lets yo tag your pre-made methods as @ops and and string them together into a DAG.