Azure / Azure/MachineLearningNotebooks

PipelineParameter default values in DatabricksStep

Open
#1,220 7 comments 1 reaction 0 assignees View on GitHub
2.0 ADO Pipelines product-issue
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

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`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.