Beginner question: I’ve got a number of datasets, all having the same format, but updated independently. They all should be processed by more or less the same processing steps (some of them with dataset specific parameters). Most documentation I’ve read so far seems to describe explicitly defined assets. DynamicOut might be what I’m looking for, but I’m not sure.
Could someone point me to an example/docs where assets are defined based on e.g. a supplied list and can be sensed for required re-materialization?
Background: currently, I transform these datasets via a makefile which is hard to understand and I’d like to rebuild with dagster.