Connecting to AWS Athena using RStudio

Hi,

I am currently trying to connect Rstudio to aws athena in order to query some tables.

I've come across code online but all of them use ```
'https://s3.amazonaws.com/athena-downloads/drivers/AthenaJDBC41-1.0.0.jar'

which doesn't seem to work as I think it may be outdated.

I have got my credentials and s3 location and region so it would be really helpful if someone can direct me to how to carry out my problem.

Thanks

Hi, and welcome!

Please see the FAQ: What's a reproducible example (`reprex`) and how do I do one? Using a reprex, complete with representative data will attract quicker and more answers. Your question doesn't need one because it's more of a configuration issue.

What libraries do you have loaded and what function do you use to establish an Athena connection?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.