OwenKephart

Results 111 issues of OwenKephart

## Summary & Motivation The ValidAssetSubset class existed to enable us to do operations over subsets of assets that we knew to be valid. The AssetSlice class does the same...

## Summary & Motivation The goal here is to make the implementations of these conditions simpler, such that it is less daunting to copy/paste/modify. Building up an "intermediate layer" of...

## Summary & Motivation Adds a new default_automation_condition argument ## How I Tested These Changes ## Changelog [New | Bug | Docs] NOCHANGELOG

## Summary & Motivation The test, as written, fails with `TypeError: is not a generic class` ## How I Tested These Changes ## Changelog [New | Bug | Docs] NOCHANGELOG

## Summary & Motivation It is not possible to serialize the full automation condition object if it is user-defined. In these cases, we only persist the snapshot. Updates the graphql...

## Summary & Motivation This shifts us to creating the default automation condition sensor in user-code land, which has the benefit of allowing us to update default values in sync...

## Summary & Motivation Resolves: https://github.com/dagster-io/dagster/issues/24389 To put it simply, this ensures the `any_deps_updated` condition does not "count" an update from a parent if the run that materialized that parent...

## Summary & Motivation As title ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.

## Summary & Motivation As title. This lets us use the loading_context for get_asset_status_cache_values, which saves us from needing to re-fetch the asset records in here again. Also some other...

## Summary & Motivation When running in user-code mode, evaluation ids are always based off of the tick id. This prevents us from having to deserialize the AssetDaemonCursor server side,...