OwenKephart

Results 111 issues of OwenKephart

## Summary & Motivation Creates a condition that detects asset partitions which are currently part of an in progress run. ## How I Tested These Changes

## Summary & Motivation Creates an UpdatedSinceCronCondition, to find the subset of an asset which has been updated since the latest cron schedule tick. If you compare this to the...

## Summary & Motivation This diverges slightly from past conversations we've had about separating out this functionality into two separate conditions. That said, I think this definition actually ends up...

## Summary & Motivation Creates a SchedulingCondition which filters for AssetPartitions within the latest time window. ## How I Tested These Changes

## Summary & Motivation Creates a simple `MaterializedSchedulingCondition` and a base class `StatusSchedulingCondition`. The `StatusSchedulingCondition` class is there to make future implementations of things like "InProgressSchedulingCondition` simpler ## How I...

## Summary & Motivation This introduces a new composable operator into the declarative scheduling system. These conditions allow you to take an arbitrary `SchedulingCondition`, apply it to all dependencies, and...

## Summary & Motivation Use an AssetSlice object in the internals of this class. Doesn't make a big difference for now, but gives functions that operate over these objects the...

## Summary & Motivation Simple rename of the folder where this stuff lives, plus adding a README file ## How I Tested These Changes

## Summary & Motivation We need a way to uniquely identify a node in a AssetCondition tree. The main use case here is to be able to associate an in-memory...

## Summary & Motivation Continues work from the PR below, just banishing more traces of the AssetConditionEvaluationContext ## How I Tested These Changes