We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to dbplyr 2.5.0, I'm encountering a new error with src_impala:
src_impala
With dbplyr 2.5.0:
dbplyr
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?
lifecycle::deprecate_stop
The text was updated successfully, but these errors were encountered:
src_sql has been deprecated in dbplyr:
src_sql
#' Deprecated: please use directly use a `DBIConnection` object instead.
Sorry, something went wrong.
No branches or pull requests
After upgrading to dbplyr 2.5.0, I'm encountering a new error with
src_impala
:With
dbplyr
2.5.0: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
?The text was updated successfully, but these errors were encountered: