Hi, is there any way to set single source of data ...
# announcements
h
Hi, is there any way to set single source of data (only BQ) and provide BQ JSON key file and ProjectId in backend env.
f
Yes, we support connecting to BigQuery with a JSON key file.
h
I can set in env file? can you share example or document?
f
With BigQuery, you can choose the "auto-discovery" method for authentication and the set the env variable:
Copy code
export GOOGLE_APPLICATION_CREDENTIALS="/home/${USER}/key.json"
1
h
why export?
f
that's just how you set env variables from a terminal on Linux. You don't need that part if you are setting env variables some other way.
h
Yes I will set in .env file