Hi all, I’m learning Airbyte and I’m trying to con...
# ask-community-for-troubleshooting
t
Hi all, I’m learning Airbyte and I’m trying to connect bigquery destination but so far no luck. I’m wondering how I should put the Service Account Key into
connectionConfiguration
. More specifically this part:
Copy code
"credentials_json": "{I don't know what to put here}"
I’m consistently getting
Invalid Json
or
The provided configuration does not fulfill the specification
. Should I just copy&paste all of the service account key json contents? I’m using the config API. Thanks 🙂 I referenced this comment (https://airbytehq.slack.com/archives/C01A4CAP81L/p1611632587033400?thread_ts=1611630873.029800&cid=C01A4CAP81L) but I still have the same issue 😞
1
d
You have to create GCP credentials. Copy and paste the created credentials into the field.
t
Okay thanks, finally figured that out. It was Json formatting issue in
credentials_json
d
Ah yes! That would do it too!
😊 1