Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuder committed Oct 28, 2024
1 parent 5bd49e9 commit e6615d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/spark_read_bigquery.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spark_read_bigquery <- function(sc,
...) {
parameters <- c(list(), additionalParameters)
if (!is.null(serviceAccountKeyFile)) {
spark_session_config(sc, config = "credentialsFile", value = serviceAccountKeyFile)
sparklyr::spark_session_config(sc, config = "credentialsFile", value = serviceAccountKeyFile)
parameters[["credentialsFile"]] = gsub("\\\\", "/", serviceAccountKeyFile)
}

Expand Down

0 comments on commit e6615d8

Please sign in to comment.