Access and Query Amazon Athena via DBI/JDBC
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

406 B

0.2.0

  • 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

0.1.0

  • Using the cloudyr aws.signature package vs DIY