Skip to content

Commit a2566b1

Browse files
committed
null out acs (#24263)
## Summary & Motivation ## How I Tested These Changes ## Changelog NOCHANGELOG - [ ] `NEW` _(added new feature or capability)_ - [ ] `BUGFIX` _(fixed a bug)_ - [ ] `DOCS` _(added or updated documentation)_
1 parent f94fa1c commit a2566b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_modules/dagster/dagster/_core/remote_representation/external_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ def __new__(
11691169
execution_set_identifier=execution_set_identifier,
11701170
required_top_level_resources=required_top_level_resources or [],
11711171
auto_materialize_policy=auto_materialize_policy,
1172-
automation_condition_snapshot=automation_condition_snapshot,
1172+
automation_condition_snapshot=None, # automation_condition_snapshot,
11731173
backfill_policy=backfill_policy,
11741174
auto_observe_interval_minutes=auto_observe_interval_minutes,
11751175
owners=owners or [],

0 commit comments

Comments
 (0)