Andrew Santelices
01/26/2021, 3:14 AM2021-01-26 03:04:46 DEBUG (/tmp/workspace/66/0) DefaultCheckConnectionWorker(run):97 - Check connection job received output: io.airbyte.config.StandardCheckConnectionOutput@416cdada[status=failed,message=com.fasterxml.jackson.core.JsonParseException: Unexpected character ('-' (code 45)) in numeric value: expected digit (0-9) to follow minus sign, for valid numeric value
at [Source: (ByteArrayInputStream); line: 1, column: 3]]
My dataset ID only contains letters whereas the project ID contains - ; I suspect that it's because the project ID has - in its name? Is it not supported? Thanks. 🙂Michel
-Michel
charles
Michel
Michel
charles
charles
Michel
charles
Andrew Santelices
01/26/2021, 3:34 AMAndrew Santelices
01/26/2021, 3:36 AMcharles
Andrew Santelices
01/26/2021, 3:39 AMUnexpected character ('-' (code 45)) in numeric value: expected digit (0-9) to follow minus sign, for valid numeric value . The only input I have - is the project ID and the key.charles
charles
charles
{
"type": "service_account",
"project_id": "dataline-integration-testing",
"private_key_id": "abcdefghijklmnopqrstuvwxyzabcdefhijklmnopqrst",
"private_key": "-----BEGIN PRIVATE KEY-----\nasdfasdfasffasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfdasfasfdasfasfasdfasdfasdfasdfasdfasdfasdfasdfasfasdfasdfasdf==\n-----END PRIVATE KEY-----\n",
"client_email": "<mailto:test-account@airbyte-integration-testing.iam.gserviceaccount.com|test-account@airbyte-integration-testing.iam.gserviceaccount.com>",
"client_id": "1234567890123456",
"auth_uri": "<https://accounts.google.com/o/oauth2/auth>",
"token_uri": "<https://oauth2.googleapis.com/token>",
"auth_provider_x509_cert_url": "<https://www.googleapis.com/oauth2/v1/certs>",
"client_x509_cert_url": "<https://www.googleapis.com/robot/v1/metadata/x509/test-bigquery-user%40dataline-integration-testing.iam.gserviceaccount.com>"
}Andrew Santelices
01/26/2021, 3:52 AMAndrew Santelices
01/26/2021, 3:52 AMcharles