Hi,
I have a similar question like this one below, in which I want to run a job twice - the 1st time when the partition ends, and the 2nd time 3 days later. E.g: for the partition 2022/11/18, the first run will be on Nov19 early morning, and the 2nd run will be on Nov 21.
I tried to look at
ScheduleDefinition()
, but none of the option allows me to provide the partition_key.
Thanks.
c
claire
11/18/2022, 11:08 PM
Hi Averell. Unfortunately we don't have a built-in way to achieve a functionality like this. Something you can try though is to define your own schedule (similar to how schedules are built from partitioned assets). You can define this new schedule to look at 3 days before the newest partition key to generate the second run.