https://dagster.io/ logo
Title
g

Giovanni Paolo

10/05/2022, 12:56 PM
Hello! What's the best way to approach building a DAG that diffs a current database table vs. the last snapshot of said table, and only after computing these diffs updates the snapshot of that table?
:dagster-bot-resolve: 1
f

Félix Tremblay

10/05/2022, 1:24 PM
Have you considered other solutions that might be more tailored to your use case, such as dbt snapshots? https://docs.getdbt.com/docs/building-a-dbt-project/snapshots
g

Giovanni Paolo

10/05/2022, 1:25 PM
I haven't looked at dbt yet!
my understanding at first inspection was that using their cloud was a requirement
f

Félix Tremblay

10/05/2022, 3:06 PM
You can use dbt without dbt cloud