Skip to content

Commit

Permalink
add back _replace call in one spot
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Nov 25, 2024
1 parent dee35e4 commit ec04eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/_core/definitions/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ def update_replace_dict_and_conflicts(

replace_dict["deps"] = new_deps

replaced_specs.append(spec.replace_attributes(**replace_dict))
replaced_specs.append(spec._replace(**replace_dict))

for attr_name, conflicting_asset_keys in conflicts_by_attr_name.items():
raise DagsterInvalidDefinitionError(
Expand Down

0 comments on commit ec04eb6

Please sign in to comment.