You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
JobOperator#start
andMetaDataInstanceFactory#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.The text was updated successfully, but these errors were encountered: