Liezl Puzon
05/18/2022, 3:26 AMprev_day_floor_schedule = build_schedule_from_partitioned_job(floor_indexing.prev_day_floor_job)
@daily_partitioned_config(start_date=datetime(2022, 4, 17), hour_offset=3, end_offset=1)
daniel
05/18/2022, 3:49 AMbuild_schedule_from_partitioned_job
has an hour_of_day
argument: https://docs.dagster.io/_apidocs/schedules-sensors#dagster.build_schedule_from_partitioned_jobhour_offset
affects where the partitions split, but not the default time for when schedules runhour_of_day
should work as a workaround in the meantime though)