Hacker News new | ask | show | jobs
by hbarka 913 days ago
On Dagster’s website there are comparisons to dbt. Is it complementary (as positioned in this stack) or competitive?

Dagster versus dbt https://dagster.io/vs

Migrating off dbt cloud https://dagster.io/blog/migrate-off-dbt-cloud

2 comments

Dagster (orchestration tool) is complementary to dbt core (open source CLI tool for defining data transformation jobs) but competitive to dbt cloud (SaaS, orchestrates dbt jobs).
you can run dbt core via a dagster job (so it'd replace dbt cloud)