Alec Koumjian
01/26/2023, 1:46 PMIOManager
, input_manager
or way to specify an AssetIn
that provides a partitioned asset input as a generator that yields over the loaded inputs? Our partitioned assets are much too large to handle all at once in memory, but there are necessary steps where we need to index together into files or map/reduce data. It seems like the default manager will give you a dict[partition_key] = partition_value
.
Happy to write one, but want to make sure I"m not doing something idiomatically wrong.sandy
01/27/2023, 5:27 PMAlec Koumjian
01/27/2023, 5:28 PMSean Davis
02/11/2023, 2:57 AMAlec Koumjian
02/11/2023, 2:22 PM