Jesse Cochran
05/23/2023, 11:17 PMPrecedingPartitionMapping
? Are there any plans underway to implement the mapping described in that comment?
• Any ideas for alternative solutions for mapping a single partition of one asset to all partitions of an upstream asset?
Please let me know if any additional details or information is needed to help answer the questions. Thanks!Vitaly Markov
05/24/2023, 7:54 AMJesse Cochran
05/24/2023, 3:17 PMVitaly Markov
05/24/2023, 3:20 PMJesse Cochran
05/24/2023, 3:23 PMVitaly Markov
05/24/2023, 3:27 PMowen
05/24/2023, 4:56 PMJesse Cochran
05/24/2023, 6:14 PMstart_offset
for the TimeWindowPartitionMapping
to an arbitrarily large negative number? The documentation states if you set end_offset
to say 1, then the downstream partition 2022-07-04
would map to 2022-07-04
and 2022-07-05
. I think we would want the opposite - if the most recent partition is 2022-07-04
in the downstream, we want this to map to upstreams 2022-07-04
, 2022-07-03
, 2022-07-02
, ....and every partition that has existed up until the current partition.
◦ Want to confirm this want cause an error? Once we get to the earliest partition, lets say this partition is N
, of the upstream partition window, it wouldn't throw an error saying it couldn't find the partition at N - 1
- day before earliest partition?owen
05/24/2023, 11:16 PMstart_offset
is the way to go. and the time window partition mapping will handle the boundary case, and won't try to select partitions that don't existJesse Cochran
05/24/2023, 11:16 PMowen
05/24/2023, 11:16 PM