Skip to content

Outdated contract of APIs accepting job parameters as String #4301

Closed
@fmbenhassine

Description

@fmbenhassine

JobOperator#start and MetaDataInstanceFactory#createJobExecution expect job parameters to be passed as a single string which is either a comma separated or a new line separated key/value pairs.

The comma separated format is incompatible with the new format introduced in v5 (see #3960) . PropertiesConverter (which is the utility used behind the scene by those APIs) should be updated to only support new line delimited key/value pairs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions