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

dbplyr 2.5.0 error #63

Open
whipson opened this issue Apr 15, 2024 · 1 comment
Open

dbplyr 2.5.0 error #63

whipson opened this issue Apr 15, 2024 · 1 comment

Comments

@whipson
Copy link

whipson commented Apr 15, 2024

After upgrading to dbplyr 2.5.0, I'm encountering a new error with src_impala:

With dbplyr 2.5.0:

implyr::src_impala(
  drv,
  host = host,
  uid = user,
  pwd = password
)

 > Error: Failed to establish database connection: Error in lifecycle::deprecate_stop(when = "1.4.0", what = "src_sql()", : unused argument (always = TRUE)

With dbplyr 2.4.0 I'm able to connect without error.

Seems like maybe the true error is being hidden behind a misformulated call to lifecycle::deprecate_stop?

@matmo
Copy link

matmo commented Jun 21, 2024

src_sql has been deprecated in dbplyr:

#' Deprecated: please use directly use a `DBIConnection` object instead.

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

No branches or pull requests

2 participants