We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59102 commit 7defa63Copy full SHA for 7defa63
tests/testthat/setup.R
@@ -2,7 +2,7 @@
2
bigquery_defaults(
3
billingProjectId = Sys.getenv("BILLING_PROJECT_ID"),
4
materializationDataset = Sys.getenv("MATERIALIZATION_DATASET"),
5
- serviceAccountKeyFile = Sys.getenv("GOOGLE_APPLICATION_CREDENTIALS")
+ serviceAccountKeyFile = normalizePath(Sys.getenv("GOOGLE_APPLICATION_CREDENTIALS"), winslash = "/")
6
)
7
8
options(spark.version = Sys.getenv("SPARK_VERSION", "3.5"))
0 commit comments