Adam Black

Results 122 comments of Adam Black
trafficstars

Hi @javier-gracia-tabuenca-tuni, after talking with @schuemie we were thinking that after v7 you should be able to use DatabaseConnector with bigrquery by using `createDbiConnectionDetails`. Ideally DatabaseConnector only uses one driver...

Here is a reprex that seems to work correctly. We also had this issue on a live Oracle v19 database though. ``` r library(dplyr) #> #> Attaching package: 'dplyr' #>...