Skip to content

Commit

Permalink
null out acs (#24263)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes

## Changelog

NOCHANGELOG

- [ ] `NEW` _(added new feature or capability)_
- [ ] `BUGFIX` _(fixed a bug)_
- [ ] `DOCS` _(added or updated documentation)_
  • Loading branch information
OwenKephart committed Sep 5, 2024
1 parent f94fa1c commit a2566b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ def __new__(
execution_set_identifier=execution_set_identifier,
required_top_level_resources=required_top_level_resources or [],
auto_materialize_policy=auto_materialize_policy,
automation_condition_snapshot=automation_condition_snapshot,
automation_condition_snapshot=None, # automation_condition_snapshot,
backfill_policy=backfill_policy,
auto_observe_interval_minutes=auto_observe_interval_minutes,
owners=owners or [],
Expand Down

0 comments on commit a2566b1

Please sign in to comment.