Hello everybody :wave: I am trying to generate a B...
# replication-troubleshooting
v
Hello everybody šŸ‘‹ I am trying to generate a BigQuery destination using octavia-cli. Everything works fine until testing the connection from Airbyte UI :
Copy code
com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
Are there any guidelines on where to store the required environment variables ? Until now, I tried : • exporting them before
octavia apply
• rebuilding a custom airbyte/worker docker image, with credentials stored in env variables I may precise that the destination worked as expected when created from the UI. ------------- EDIT : always better to read the docs entirely šŸ˜‰ • Env vars need to be set either in your
.octavia
file, or in your custom octavia docker image (I chose this option)