-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fast partition count calculations for daily partitions definition (…
…#22046) Summary: owen tried to warn me about this on https://github.com/dagster-io/dagster/pull/21791/files, and in my hubris I did not listen - the test coverage here was not as thorough as i thought it was. Fix the fast calculations when you have a simple daily partitions definition (the existing logic gets messed up by DST boundaries when they are on opposite sides of the boundary). Test Plan: BK, shadow graphql of an incorrect partitions count ## Summary & Motivation ## How I Tested These Changes
- Loading branch information
Showing
2 changed files
with
33 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
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