AWR.Athena icon indicating copy to clipboard operation
AWR.Athena copied to clipboard

Short R Wrapper for Athena JDBC connections

Results 7 AWR.Athena issues
Sort by recently updated
recently updated
newest added

Heya here, thanks for the package. I'm just writing down notes regarding configuration in case it can be added somewhere in the docs / can help another newbie (I read...

First of all: thanks a lot for this super useful package! In general everything works well, but I have one issue that I have been trying to fix for a...

I am trying now for hours to access my Athena database (which works charmingly via PyAthena in Python). My setup looks as follows: - I use `AWR.Athena` version `2.0.7.0` -...

I need to frequently switch between multiple AWS accounts for querying Athena. Right now my workaround is to create multiple environment variables in my .Renviron file and then overwrite the...

Hi, i try to update library AWR.athena version 2.0.6-1 but some R commands don't work anymore : With the oldest version i can execute this command : dbExecute(con, "MSCK REPAIR...

So I've been doing some googling about PyAthenaJDBC while trying to triage #16, came across this by @davoscollective: https://medium.com/@davedecahedron/ive-tested-both-and-pyathenajdbc-is-a-lot-slower-i-suppose-partly-because-it-is-using-the-athena-fdf56a9b715 > I have tested with various clients (Tableau, DBeaver, and basic...

I had started https://github.com/hrbrmstr/metis a cpl weeks ago since one of the more overtly gnarly bits of athena is the auth (if you're not doing basic creds). i have no...