Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues integrating with dbplyr 2.4.0 #59

Closed
whipson opened this issue Nov 2, 2023 · 1 comment · Fixed by #60
Closed

Issues integrating with dbplyr 2.4.0 #59

whipson opened this issue Nov 2, 2023 · 1 comment · Fixed by #60

Comments

@whipson
Copy link

whipson commented Nov 2, 2023

Upgrading dbplyr to the latest version 2.3.4 -> 2.4.0 caused previously working queries to fail.

impala <- DBI::dbConnect(odbc::odbc(), "Impala")
dplyr::tbl(impala, "reference.seat_capacity")

It looks like you tried to incorrectly use a table in a schema as source.
ℹ If you want to specify a schema use `in_schema()` or `in_catalog()`.
ℹ If your table actually contains "." in the name use `check_from = FALSE` to
  silence this message.
Error in `as.character()`:
! Can't convert `x` <dbplyr_table_ident> to <character>.
Run `rlang::last_trace()` to see where the error occurred.

I originally posted this issue in dbplyr but was informed by the developers there that it's an implyr issue. See original issue here

@ianmcook
Copy link
Owner

ianmcook commented Feb 8, 2024

implyr 0.5.0 is now on CRAN. I think it solves the failures with dbplyr 2.4.0. At some point implyr needs a bigger overhaul to make it properly compatible with the latest dplyr and dbplyr APIs. For now I hope the band-aid fixes help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants