Skip to content

PipelineParameter default values in DatabricksStepΒ #1220

Open
@jarandaf

Description

@jarandaf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.0Planned for next majorADOIssue is documented on MSFT ADO for internal trackingPipelinesproduct-issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions