dagster
dagster copied to clipboard
[DS][2/n] Update signature of AutoMaterializeRule
Summary & Motivation
Continues work from the PR below, just banishing more traces of the AssetConditionEvaluationContext
How I Tested These Changes
-
#21511
: 2 dependent PRs (#21512
, #21520
)
-
#21510
-
#21508
-
#21507
-
#21505
-
#21504
-
#21503
-
#21502
-
#21501
-
#21500
👈
-
#21499
-
master
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @OwenKephart and the rest of your teammates on Graphite
Would have been helpful to have in PR summary a line like
"Changes all function signatures to take SchedulingConditionEvaluationContext
instead of AssetConditionEvaluationContext
and accesses the old AssetConditionEvaluationContext
by accessing the legacy_context
property in the body of all functions"
That way I could have known this was a super mechnical rename and effectively not had to review the actual code at all.