Hi All, I'm trying to setup the SalesForce tap and getting the error message "CRITICAL Cannot create credentials from config" although when I run the command "meltano config tap-salesforce" it returns what looks like the correct configuration {
"username": " * ",
"password": " * ",
"client_id": " * ",
"client_secret": " * ",
"start_date": "2021-11-01T000000Z",
"is_sandbox": true,
"api_type": "REST",
"select_fields_by_default": true,
"state_message_threshold": 1000,
"max_workers": 8
}. Any ideas on how to fix this issue ?