We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ce5e3 commit acf0893Copy full SHA for acf0893
1 file changed
elyra/templates/kubeflow/v1/python_dsl_template.jinja2
@@ -38,7 +38,7 @@ def generated_pipeline(
38
{% elif task_input_spec.pipeline_parameter_reference %}
39
{{ task_input_name }}={{ task_input_spec.pipeline_parameter_reference }},
40
{% elif task_input_spec.requires_quoted_rendering %}
41
- {{ task_input_name }}="{{ task_input_spec.value }}",
+ {{ task_input_name }}="""{{ task_input_spec.value | string_delimiter_safe }}""",
42
{% else %}
43
{{ task_input_name }}={{ task_input_spec.value }},
44
{% endif %}
0 commit comments