I am using BigQuery Connector in WSo2 EI 6.5.0 to work with Dataset, Tables etc.
In my case, I need to generate credentials through Service Account.
- In
bigquery.init
Operation there isapiKey
param is there. It needs to be known whether API key alone is sufficient for this integration? - If Oauth2 parameters are needed, then creation of those credentials through Service Account instead of individual IDs. how can we do this?
Kindly clarify on the same.