Alec Koumjian
03/09/2023, 4:32 AMStaticPartitionsDefinition
and we can't do easy mapping. Instead we have to send it into an op
through a job
which has to emit the AssetMaterializations
manually after also doing the I/O manually and then we also have to declare the downstream asset as a SourceAsset
so we can properly feed it into the graph.
All that is to say, what would be the lift to support TimeWindowPartitionsDefinition
with an end
? Either that, or figuring out a way to support custom mappings.Adam Bloom
03/09/2023, 4:47 AMAlec Koumjian
03/09/2023, 11:48 AMsandy
03/09/2023, 8:09 PMAlec Koumjian
03/10/2023, 4:51 PMsandy
03/10/2023, 5:03 PMTimeWindowPartitionsDefinition
that's handling self.end_offset
Alec Koumjian
03/10/2023, 5:28 PM