I seem to have a weird issue with a job that mater...
# ask-community
e
I seem to have a weird issue with a job that materializes a bunch of (dbt) assets. If one fails to materialize, they all appear as failed on the UI. Is this intended?
o
hi @Emir Karamehmetoglu! an asset is marked as "failed" in the UI if a) the last job that tried to materialize it failed and b) that job did not materialize it. So the short answer is that yes it's intended, although we may end up having more a fine-grained representation of these failures eventually
e
Yeah that made sense, I just update the materialization status manually now. Thanks!