CauliflowerEater commented on issue #17573:
URL:
https://github.com/apache/dolphinscheduler/issues/17573#issuecomment-3455159233
The field name of connection_params is different before and after the
update. Do we need to maintain compatibility with the old data?
{
"user": "root",
"password": "123456",
"host": "192.168.1.100",
"port": 22,
"publicKey": "-----BEGIN OPENSSH PRIVATE KEY-----\n..."
}
{
......
"privateKey": "-----BEGIN OPENSSH PRIVATE KEY-----\n..."
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]