-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[amp-refactor][4/n] AssetAutomationCondition -> AssetCondition (#18615)
## Summary & Motivation This PR renames some classes to get them closer to the final form. In this case, we rename AutomationCondition to AssetCondition, which has knock-on effects for things such as the context objects. This also gets rid of the now-redundant AutomationPolicyEvaluator class ## How I Tested These Changes
- Loading branch information
1 parent
3d12c14
commit d1e4a9e
Showing
8 changed files
with
181 additions
and
223 deletions.
There are no files selected for viewing
183 changes: 78 additions & 105 deletions
183
...definitions/asset_automation_evaluator.py → ...ster/_core/definitions/asset_condition.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.