Edward Ma
Edward Ma
Hi @AceHack , At the moment we don't have a written guide for best practices for implementing a new backend, but feel free to look at the current implementations for...
@earino , Thanks for reporting this; I'll take a look. Best, Ed
Hi @fsiola , Thank you very much for reporting this issue. You are absolutely correct in that the columns should be removed from the select list in the case of...
Eduardo, Give this a shot: vertica_jdbc %>% tbl('"vst_notes"."highlights"'). To make that clear, that's "vst_notes" and "highlights" each quoted separately, with the whole tbl singly quoted (using '). I believe the...
You can also set "dplyr.vertica_default_schema" using options(). By default, this is "public", which allows you to access all tables under the public schema without the additional quotes and specification of...
Hi, Could you show what the exact error output is? Did you install it as one user, but try to use it under a different user? Thanks.
Hi @hannesroos , Yes, we are aware of this issue and are working on it actively. Thanks for your patience.
Hi @hannesroos , sorry for the issues that you are facing. Are you connecting with ODBC or JDBC? It may be that only ODBC is supported now. @vishrutg worked on...
Glad to hear it, @hannesroos . @vishrutg , could you take a look to see what was causing the original issue? This needs to be fixed. Thanks.
Hi guys, I am sorry you are experiencing all of these issues. We will look into it ASAP. Until then, hopefully one acceptable workaround is to downgrade to dplyr 0.4.3,...