Hey all, is there any way to figure out why a Dags...
# ask-community
f
Hey all, is there any way to figure out why a Dagster SDA is considered stale? I’m looking at all the upstream SDAs and all were materialized before the materialization of the supposed “stale” SDA.
s
Hi fahad, we should have a release very soon that gives some indication of why your assets are stale in the UI. In the meantime though: Is your asset using code versions? If the code version of the asset has changed, then the asset needs to be rematerialized even to remove stale status even if all upstream assets are not stale. Note that assets loaded with
dagster-dbt
are automatically using code versions.
f
Not using dbt nor code versions (yet) so I'm not sure