Azure / Azure/MachineLearningNotebooks
PipelineParameter default values in DatabricksStep
未关闭
2.0
ADO
Pipelines
product-issue
- 主要语言
- Jupyter Notebook
- 星标
- 4.4k
- 派生
- 2.6k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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`.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。