OwenKephart
OwenKephart
## Summary & Motivation Originally, this was conceived as a condition that would be used as part of an `any_deps_match()` sort of context. There are a few problems with this:...
## Summary & Motivation Creates a WillBeRequestedCondition. Naming is somewhat sketch, but the basic idea is that in the past we've merged together this concept with existing rules. I.e. in...
## Summary & Motivation As title. This was alluded to in the initial eager policy PR, this is putting them in action. In the case that the latest run for...
## Summary & Motivation As title -- this is basically exactly what you'd expect. ## How I Tested These Changes
## Summary & Motivation As title -- just sorts the methods a bit to make thigns with similar purposes be next to each other. Also adds cached_method decorators to a...
## Summary & Motivation This creates a static constructor for an analog to the current-day eager condition. It is not identical, as it does not consider historical time partitions. It...
## Summary & Motivation As title -- we want to hide AssetSubset from the internals as much as possible. ## How I Tested These Changes
## Summary & Motivation As title -- this is a more convenient way of converting a condition to a policy, as it doesn't require an additional import. Also makes sure...
## Summary & Motivation As title -- as I've been developing here, the distinction between these two categories of conditions has not felt significant enough to warrant splitting them out...
## Summary & Motivation I did a lot of internal back-and-forth on this, and what I landed on was that we very well may want to add a "ScheduledSinceDelta" at...