Skip to content

Commit a624ab8

Browse files
authored
Don't pass tags to step config (#3186)
1 parent c585dee commit a624ab8

File tree

1 file changed

+1
-1
lines changed
  • src/zenml/zen_server/template_execution

1 file changed

+1
-1
lines changed

src/zenml/zen_server/template_execution/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def deployment_request_from_template(
350350
)
351351

352352
step_config_dict_base = pipeline_configuration.model_dump(
353-
exclude={"name", "parameters"}
353+
exclude={"name", "parameters", "tags"}
354354
)
355355
steps = {}
356356
for invocation_id, step in deployment.step_configurations.items():

0 commit comments

Comments
 (0)