-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure consistent
current_time
across microbatch models in an invoc…
…ation (#10830) * Add test that checks microbatch models are all operating with the same `current_time` * Set an `invocated_at` on the `RuntimeConfig` and plumb to `MicrobatchBuilder` * Add changie doc * Rename `invocated_at` to `invoked_at` * Simply conditional logic for setting MicrobatchBuilder.batch_current_time * Rename `batch_current_time` to `default_end_time` for MicrobatchBuilder
- Loading branch information
Showing
5 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Ensure microbatch models use same `current_time` value | ||
time: 2024-10-07T11:58:53.460941-05:00 | ||
custom: | ||
Author: QMalcolm | ||
Issue: "10819" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters