Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anybody could help me to resolve this issue of using component tBigQueryOutput & tBigQueryBulkExec
I'm using Talend Open Studio for Big Data 7.2.1. The job deployed & run in google instance and the error appear as capture screen, but if the job run in Local PC no issue happened, the CSV sucesfully upload to Cloud Storage and BigQuery.
Hello,
Are you trying to connect to BigQuery with Google Storage credentials ? How did you build your job outof talend studio?
The message you receive indicates that some security parameters are not the good ones (signature algorithm or certificate).
Best regards
Sabrina
@xdshi wrote:
Hello,
Are you trying to connect to BigQuery with Google Storage credentials ? How did you build your job outof talend studio?
The message you receive indicates that some security parameters are not the good ones (signature algorithm or certificate).
Best regards
Sabrina
I just set up the configuration like this.
And no issue if the job run in local PC, but when the job deploy in Google Instance the job will error.