OwenKephart
OwenKephart
## Summary & Motivation As title -- also updated the name "RequestedThisTick" to "WillBeRequested". If you're curious to get into the weeds on that decision, the next stack creates a...
## Summary & Motivation As title -- previous iterations of this also added similar selection arguments to the ParentNewer condition. However, that didn't make a ton of sense because "ParentNewer"...
## Summary & Motivation As title -- I noticed that this caused an error upwards in the stack. There's no reason we can't map from an AllPartitionsSubset, we just need...
## Summary & Motivation ## How I Tested These Changes
## Summary & Motivation We have a simple an efficient way of avoiding doing work when the "materialize" subset is fully up-to-date in the partition status cache. Because we don't...
## Summary & Motivation This PR creates a script to generate a guide for using alerts with a variety of different services. At first glance, this may seem a bit...
## Summary & Motivation Similar to the previous PR, but this time for AssetSlice. This lets us create and use slices of arbitrary EntityKeys. To help make this a bit...
## Summary & Motivation This converts the AssetSubset class into a generic EntitySubset class. This allows us to create subsets of arbitrary types without needing to create new subclasses, while...
## Summary & Motivation As title, this replaces all "asset_or_check" / "AssetKeyOrCheckKey" occurences with the simpler "entity". This paves the way for adding more types to this set in the...
## Summary & Motivation This PR swaps over to using AssetSlice for most logical operations in the internals of the DA system. This is useful because: a) If we construct...