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

Expand Down

0 comments on commit 5d5b18e

Please sign in to comment.