Skip to content

Commit

Permalink
Don't pass tags to step config (#3186)
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi authored Nov 12, 2024
1 parent c585dee commit a624ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/zen_server/template_execution/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def deployment_request_from_template(
)

step_config_dict_base = pipeline_configuration.model_dump(
exclude={"name", "parameters"}
exclude={"name", "parameters", "tags"}
)
steps = {}
for invocation_id, step in deployment.step_configurations.items():
Expand Down

0 comments on commit a624ab8

Please sign in to comment.