79232883

Date: 2024-11-28 07:12:24
Score: 2
Natty:
Report link

library(bigrquery) library(DBI)

json_path <- "path_to_your_service_account_key.json"

Set environment variable for service account JSON

Sys.setenv(GOOGLE_APPLICATION_CREDENTIALS = json_path)

Authenticate using the service account

bq_auth(path = json_path)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: lvsiqi