0

I'm trying to suppress the following warning

Warning: <BigQueryConnection> uses an old dbplyr interface
ℹ Please install a newer version of the package or contact the maintainer
This warning is displayed once every 8 hours.

I know the code that produces this warning is

result <- DBI::dbConnect(bigrquery::bigquery(),
                           project = project_id,
                           dataset = dataset)

I have the most updated versions of both dbplyr = 2.3.2, DBI = 1.1.3, and bigrquery = 1.4.2 (all the most updated versions.)

I haven't tried anything besides double checking that all packages are updated to the most recent versions. Is this warning a bug or what?

cashes11
  • 1
  • 2
  • Well ... it would appear that `bigQueryR` does not implement [`dbplyr_edition`](https://github.com/search?q=repo%3Acloudyr%2FbigQueryR%20dbplyr_edition&type=code) as suggested by [`dbplyr::dbplyr_edition`](https://github.com/tidyverse/dbplyr/blob/984186b6dec4d38a216985126c65391d13796668/R/db.R#L166-L194). Adding to this that `bigQueryR` has not been updated in over 2 years (not always bad), it might be time to submit a bug report to implement/update dbplyr integration. – r2evans Jun 27 '23 at 20:18
  • The warning appears on the bigrquery [readme example](https://github.com/r-dbi/bigrquery/blob/main/README.md) as well, so probably not worth worrying about – user20650 Jun 27 '23 at 22:43

0 Answers0