Skip to content

Commit 5bd49e9

Browse files
committed
test
1 parent 4094dbd commit 5bd49e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ jobs:
150150
shell: bash
151151
run: |
152152
echo "$ADC" > $BIGQUERY_APPLICATION_CREDENTIALS
153-
grep project_id $BIGQUERY_APPLICATION_CREDENTIALS
154153
155154
- name: Run R CMD check
156155
uses: r-lib/actions/check-r-package@v2

R/spark_read_bigquery.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ spark_read_bigquery <- function(sc,
9393
...) {
9494
parameters <- c(list(), additionalParameters)
9595
if (!is.null(serviceAccountKeyFile)) {
96+
spark_session_config(sc, config = "credentialsFile", value = serviceAccountKeyFile)
9697
parameters[["credentialsFile"]] = gsub("\\\\", "/", serviceAccountKeyFile)
9798
}
9899

0 commit comments

Comments
 (0)