Access and Query Amazon Athena via the Tidyverse
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
507 B

5 years ago
0.3.0
6 years ago
=========
5 years ago
- Added `sql_translate_env.AthenaConnection()`
5 years ago
- Handles Athena JDBC column types!
5 years ago
0.2.0
=========
6 years ago
- Updated authentication provider to be `com.amazonaws.athena.jdbc.shaded.com.amazonaws.auth.DefaultAWSCredentialsProviderChain` (via @dabdine)
- Now supports additional DBI/RJDBC methods including: `dbExistsTable()`,
`dbListFields()`, `dbListTables()`, `dbReadTable()`
- More documentation
- Added code of conduct
7 years ago
0.1.0
=========
- Using the `cloudyr` `aws.signature` package vs DIY