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 c585dee commit a624ab8Copy full SHA for a624ab8
src/zenml/zen_server/template_execution/utils.py
@@ -350,7 +350,7 @@ def deployment_request_from_template(
350
)
351
352
step_config_dict_base = pipeline_configuration.model_dump(
353
- exclude={"name", "parameters"}
+ exclude={"name", "parameters", "tags"}
354
355
steps = {}
356
for invocation_id, step in deployment.step_configurations.items():
0 commit comments