Open
Description
It seems only string types are supported. int/float types throw the following error:
.../lib/python3.7/site-packages/azureml/pipeline/core/_databricks_step_base.py", line 569, in _encode_string_params
final_params_list.append(value.replace("|", "|-"))
AttributeError: 'int' object has no attribute 'replace'
I don't see this behavior when using pipeline parameters in PythonScriptStep
.