RAthena icon indicating copy to clipboard operation
RAthena copied to clipboard

Connect R to Athena using Boto3 SDK (DBI Interface)

Results 9 RAthena issues
Sort by recently updated
recently updated
newest added

### Issue Description The [code for `dbConnect()`](https://github.com/DyfanJones/RAthena/blob/d8646bc2c045d576b0ff30fb444043eef97b1e09/R/Driver.R#L184) checks if the `AWS_ROLE_ARN` environment variable is set, and performs an explicit assume role operation if it is. To perform the assume role...

bug

Possible method for connecting to AWS Athena. https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity https://developer.amazon.com/docs/login-with-amazon/web-docs.html https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts.html#STS.Client.assume_role_with_web_identity

help wanted
Possible Future Work

### Create an attribute named `endpoint_override` in dbConnect Example: ```r library(RAthena) library(DBI) con

enhancement

Would be nice to have this package put in the anaconda distribution: https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-r-pkgs.html

help wanted

### Issue Description A query such as: ```r tbl(con, "table) %>% filter(date_col == "2020-01-31 51:59:25") ``` will produce an error, as Athena does not understand a literal of the form...

bug

Make sure `RAthena` takes full advantage of the new changes to `reticulate`: https://blog.rstudio.com/2019/12/20/reticulate-1-14/

enhancement

Should RAthena and noctua support AWS Athena ml capabilities? MLcapabilities are created by sagemaker. Athena can be used to create an sql wrapper to call sagemaker models. https://docs.aws.amazon.com/athena/latest/ug/querying-mlmodel.html

question

To be able to upload a flat file saved on users computer and register it in AWS Athena without the requirement of having to upload it first into R.

enhancement
Possible Future Work

Error when trying to log in. Script ``` con_athena