We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94fa1c commit a2566b1Copy full SHA for a2566b1
python_modules/dagster/dagster/_core/remote_representation/external_data.py
@@ -1169,7 +1169,7 @@ def __new__(
1169
execution_set_identifier=execution_set_identifier,
1170
required_top_level_resources=required_top_level_resources or [],
1171
auto_materialize_policy=auto_materialize_policy,
1172
- automation_condition_snapshot=automation_condition_snapshot,
+ automation_condition_snapshot=None, # automation_condition_snapshot,
1173
backfill_policy=backfill_policy,
1174
auto_observe_interval_minutes=auto_observe_interval_minutes,
1175
owners=owners or [],
0 commit comments