Rutul Saraiya
09/21/2023, 5:24 AMAuthorization:Basic xxxxxxxxxxxxxxx
accept:application/json
content-type:application/json
{
"configuration": {
"sourceType": "mysql",
"port": 3306,
"ssl_mode": {
"mode": "preferred"
},
"replication_method": {
"method": "STANDARD"
},
"tunnel_method": {
"tunnel_method": "NO_TUNNEL"
},
"host": "xx.xx.xx.xx",
"database": "sourcedb",
"username": "root",
"password": "xxxxx"
},
"name": "servermysql",
"workspaceId": "544cc0ed-7f05-4949-9e60-2a814f90c035"
}
I always get following response
{
"type": "<https://reference.airbyte.com/reference/errors>",
"title": "unexpected-problem",
"status": 500,
"detail": "An unexpected problem has occurred. If this is an error that needs to be addressed, please submit a pull request or github issue."
}
Can anyone suggest in this issue ?