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 はまだ評価されていません。