Hi, I would like to connect our BigQuery env to Databricks, So I created a service account but where should I configure the service account in Databricks? I read databricks documention and it`s not clear at all. Thanks for your help
I also changed the path to "test_proj.sandbox.test". the error is :A project ID is required for this service but could not be determined from the builder or the environment. Please set a project ID using the builder.
Thanks werners.it now working, when I'm runnning the below script:df = spark.read.format("bigquery").option("table","sandbox.test").load()im getting the below error:
So basically it should look like this : credentials <adfasdfsadfadsfsdafsd>spark.hadoop.google.cloud.auth.service.account.enable truespark.hadoop.fs.gs.auth.service.account.email <user@service.com>spark.hadoop.fs.gs.project.id <project-dd>spark.hadoo...