nickvazz
08/16/2022, 3:39 PMsandy
08/16/2022, 3:42 PMIt seems like each asset would be closer to an aggregated set of all artifacts with a global materialization.That's how I would model it in your case. If the set of artifacts is known ahead of time, you could use partitions to represent them. Otherwise, you could specify which artifacts to touch by using config (which you can set at runtime)
nickvazz
08/16/2022, 3:48 PM