Skip to content

Commit 7defa63

Browse files
committed
debug
1 parent 6b59102 commit 7defa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/setup.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
bigquery_defaults(
33
billingProjectId = Sys.getenv("BILLING_PROJECT_ID"),
44
materializationDataset = Sys.getenv("MATERIALIZATION_DATASET"),
5-
serviceAccountKeyFile = Sys.getenv("GOOGLE_APPLICATION_CREDENTIALS")
5+
serviceAccountKeyFile = normalizePath(Sys.getenv("GOOGLE_APPLICATION_CREDENTIALS"), winslash = "/")
66
)
77

88
options(spark.version = Sys.getenv("SPARK_VERSION", "3.5"))

0 commit comments

Comments
 (0)