Azure / Azure/MachineLearningNotebooks
PipelineParameter default values in DatabricksStep
Đang mở
2.0
ADO
Pipelines
product-issue
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 4.4k
- Fork
- 2.6k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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`.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.