Closed jcornickm closed 1 year ago
Thanks for the feedback! Interesting, the chapter code runs continuously and we aren't seeing the message at https://r4ds.hadley.nz/databases#dbi-basics, and I'm unable to reproduce it locally with DBI 1.1.3:
con <- DBI::dbConnect(duckdb::duckdb(), dbdir = "duckdb")
dbListTables(con)
# [1] "diamonds" "mpg"
The command
dbListTables(con)
Generates the following warning:
I have no idea that this means, but I thought you should be aware of it. The following command, piping con into a tibble works just fine