Hi, is there an equivalent in Dagster to Argo's wo...
# ask-community
b
Hi, is there an equivalent in Dagster to Argo's work avoidance? https://argoproj.github.io/argo-workflows/work-avoidance/ I looked into docs and the experimentla feature of versioning seems like a similiar feature with extra steps: https://docs.dagster.io/guides/dagster/memoization Is there any other option to skip already materialized upstream assets based on some conditions? I have DBT models in mind.
s
Hey Bartosz - the documentation you linked refers to an earlier iteration of Dagster's versioning functionality (your question actually just inspired me to get rid of it). We recently introduced asset versioning, documented here: https://docs.dagster.io/concepts/assets/software-defined-assets#asset-code-versions. @sean might have some additional information on how to do this with dbt.
👀 1
Here's a video with the high-level picture:

https://youtu.be/PXN3zJJbjWg?t=299â–¾

b
@sandy Cool, thanks!