-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
I get the below error when using the development version of dbplyr.
I believe it is because glue_sql2 is no longer a method in the development version of dbplyr, breaking
| glue_sql2 <- pkg_method("glue_sql2", "dbplyr") |
library(dplyr, warn.conflicts = FALSE)
library(dbplyr, warn.conflicts = FALSE)
packageVersion("dbplyr")
#> [1] '2.5.1.9000'
library(duckdb, , warn.conflicts = FALSE)
#> Loading required package: DBI
packageVersion("duckdb")
#> [1] '1.4.3.9002'
lazy_frame(x = c(1, 2), con = simulate_duckdb()) |>
summarise(
n_unique = n_distinct(x)
) |>
show_query()
#> Error in get(x, envir = ns, inherits = FALSE): object 'glue_sql2' not foundCreated on 2026-01-04 with reprex v2.1.1
ablack3 and iangow
Metadata
Metadata
Assignees
Labels
No labels