DyfanJones / RAthena

Connect R to Athena using Boto3 SDK (DBI Interface)
https://dyfanjones.github.io/RAthena/
Other
35 stars 6 forks source link

Revert "Rstudio viewer" #59

Closed DyfanJones closed 4 years ago

DyfanJones commented 4 years ago

Reverts DyfanJones/RAthena#58 due to issue around connecting to AWS Athena using: https://rstudio.github.io/rstudio-extensions/rstudio-connections.html

following error is produced:

Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function ‘dbSendQuery’ for signature ‘"AthenaConnection", "character"’

However this method has already been defined in package

DyfanJones commented 4 years ago

Found issue. Due to classes of RAthena and noctua are the same there some confusion with the .dcf file. Will remove this to fix confusion in RStudio IDE.