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 4094dbd commit 5bd49e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ jobs:
shell: bash
run: |
echo "$ADC" > $BIGQUERY_APPLICATION_CREDENTIALS
grep project_id $BIGQUERY_APPLICATION_CREDENTIALS
- name: Run R CMD check
uses: r-lib/actions/check-r-package@v2
Expand Down
1 change: 1 addition & 0 deletions R/spark_read_bigquery.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ spark_read_bigquery <- function(sc,
...) {
parameters <- c(list(), additionalParameters)
if (!is.null(serviceAccountKeyFile)) {
spark_session_config(sc, config = "credentialsFile", value = serviceAccountKeyFile)
parameters[["credentialsFile"]] = gsub("\\\\", "/", serviceAccountKeyFile)
}

Expand Down

0 comments on commit 5bd49e9

Please sign in to comment.