Hey, I noticed that when I materialize multiple as...
# ask-community
o
Hey, I noticed that when I materialize multiple assets via Dagit, it runs them as part of a single Job (at least when I try this with DBT assets). Is it possible to do something similar from a sensor? That should be more resource efficient in some of our cases Thanks!
🤖 1
r
If your asset can implement subsetting, then you can get this functionality. https://docs.dagster.io/concepts/assets/multi-assets#subsetting-multi-assets
o
thanks @rex! so it’s not a coincidence that I see this in
dbt
assets 🙂