Skip to content

Commit 9ffeefa

Browse files
authored
Merge branch 'r-dbi:main' into job_labels
2 parents d621e08 + d683435 commit 9ffeefa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/dplyr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ db_compute.BigQueryConnection <- function(
104104
)
105105
}
106106

107-
dbplyr::in_catalog(tb$project, tb$dataset, tb$table)
107+
I(paste(tb$project, tb$dataset, tb$table, sep = "."))
108108
}
109109

110110
# registered onLoad

0 commit comments

Comments
 (0)