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
This is intentional but maybe this should get a more helpful error message. The question is what you want to achieve with as.character(). Should the table identifier be escaped? Then you need a connection to escape it correctly. Do you want the name of the table or do you also care about the schema it might be in?
Also it is not a good idea to access the internals with something like tab[[2]]$x. Instead you should use remote_table() (to get the table identifier including the schema etc) and remote_name() (to get the table name. Note this might be NULL when the table name is already escaped).
This code worked with dbplyr 2.3.4 and no longer works for dbplyr 2.4.0
Created on 2023-10-26 with reprex v2.0.2
Not sure if this was intentional or not?
FYI:
https://github.com/darwin-eu-dev/CDMConnector/issues/321
@ablack3 @edward-burn
The text was updated successfully, but these errors were encountered: