Azure / Azure/MachineLearningNotebooks
PipelineParameter default values in DatabricksStep
Ouverte
2.0
ADO
Pipelines
product-issue
- Langage dominant
- Jupyter Notebook
- Étoiles
- 4.4k
- Forks
- 2.6k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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`.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.