I just found out about `load_assets_from_modules` ...
# dagster-feedback
f
I just found out about
load_assets_from_modules
which is a great utility! I was thinking of creating something similar to avoid the boilerplate 😓 In any case, I would like to suggest that this function also receives a partition definition since assets in a module (at least in the way I organized my project) often share the same partition.
c
I think we tend to shy away from providing partition defs at that level, since it potentially increases the number of different asset objects running around with different partitioning schemes for the same asset key
✔️ 1
f
makes sense