Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to connect to a vendor's Google Big Query using a tBigQueryInput component.
I no longer get the 400 connection error, so I think my connection info is correct now.
My test query (runs successfully in a web browser and returns 2018-11-30😞
SELECT CURRENT_DATE() as myDate;
The error I am now getting:
Exception in component tBigQueryInput_2 (BigQuery)
java.lang.NullPointerException
at com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)
at com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)
at com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:92)
at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)
at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)
at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)
at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest.java:158)
at talenddemosjava.bigquery_0_1.BigQuery.tBigQueryInput_2Process(BigQuery.java:714)
at talenddemosjava.bigquery_0_1.BigQuery.runJobInTOS(BigQuery.java:1337)
at talenddemosjava.bigquery_0_1.BigQuery.main(BigQuery.java:1186)
Did you get a change to try the steps?
Do you think the issue will be corrected by the next release?