Skip to content

Outdated contract of APIs accepting job parameters as String #4301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fmbenhassine opened this issue Feb 16, 2023 · 0 comments
Closed

Outdated contract of APIs accepting job parameters as String #4301

fmbenhassine opened this issue Feb 16, 2023 · 0 comments

Comments

@fmbenhassine
Copy link
Contributor

fmbenhassine commented Feb 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant