Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuder committed Oct 21, 2024
1 parent 6b59102 commit 7defa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bigquery_defaults(
billingProjectId = Sys.getenv("BILLING_PROJECT_ID"),
materializationDataset = Sys.getenv("MATERIALIZATION_DATASET"),
serviceAccountKeyFile = Sys.getenv("GOOGLE_APPLICATION_CREDENTIALS")
serviceAccountKeyFile = normalizePath(Sys.getenv("GOOGLE_APPLICATION_CREDENTIALS"), winslash = "/")
)

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

0 comments on commit 7defa63

Please sign in to comment.