The instructions for generating the client secrets https://github.com/anelendata/tap-bigquery#step-1-activate-the-google-bigquery-api are very detailed (thanks!) but unfortunately it looks like OAuth is the wrong method to use here. When I tried to use it, first I was hit by gh-22, then I got an error: ``` expected one of ('authorized_user', 'service_account', 'external_account', 'impersonated_service_account', 'gdch_service_account') ``` Creating a service account, as explained in `target-bigquery` https://github.com/adswerve/target-bigquery#step-2-authenticate-with-a-service-account, worked 👍🏽
The instructions for generating the client secrets https://github.com/anelendata/tap-bigquery#step-1-activate-the-google-bigquery-api are very detailed (thanks!) but unfortunately it looks like OAuth is the wrong method to use here. When I tried to use it, first I was hit by gh-22, then I got an error:
Creating a service account, as explained in
target-bigqueryhttps://github.com/adswerve/target-bigquery#step-2-authenticate-with-a-service-account, worked 👍🏽