You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hadley if you have two databases, you can set up a link between them. Then, when you're connected to Database A, you can query tables in Database B via the link by including table_name@link_name (see here). The problem is, I was able to do this in dbplyr 2.3.4 by wrapping the table name with the link in sql(), but it stopped working since 2.4.0.
Upd: not sure, but might be related to Issue #1388 since their query also wrapped table name in dbplyr::sql().
This connection still works in 2.3.4, doesn't work since 2.4.0.
The text was updated successfully, but these errors were encountered: