Athenadriver Versions Save

A fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)

v1.1.15

2 months ago

v1.1.15 - Merge community contribution (March 03, 2024)

  • Rename S3 bucket in test code (@jonathanbaker7 Jonathan Baker, @henrywoo Henry Wu)
  • Make poll interval configurable (@keshav-dataco Keshav Murthy)
  • Add microseconds and nanosecond time format parsing (@Sly1024 Szilveszter Safar)
  • Add option to return missing values as nil (@kevinwcyu Kevin Yu)

v1.1.14

1 year ago

v1.1.14 - Merge community contribution (August 19, 2022)

  • Adding default AWS SDK credential resolution to connector
  • Bump go-pretty version to most recent version
  • Expose DriverTracer factory functions
  • Add support to go 1.17+
  • README cleanup

v1.1.13

2 years ago
v1.1.13 - Merge community contribution (July 16, 2021)
    - Overriding Athena Service Limits for Query Timeout
    - aws-sdk-go updated
    - REAME cleanup

v1.1.12

3 years ago

v1.1.11

3 years ago
  - Uber Engdoc documentation
  - Support $path in Athena query
  - Remove SQL Tidy function(will replace it with a Presto SQL parser)

v1.1.10

3 years ago
  • documentation and minor bug fix
  • build-in logging and metrics

v1.1.8

3 years ago

v1.1.8 - Prettify athenareader - Athenareader output style and format added (May 31, 2020)

- prettify athenareader output
- One bug fix (https://github.com/uber/athenadriver/issues/12)

v1.1.7

3 years ago

v1.1.7 - Athenareader output style and format added (May 31, 2020)

- prettify athenareader output
- One bug fix (https://github.com/uber/athenadriver/issues/12)

v1.1.6

3 years ago

v1.1.4

4 years ago
  • moneywise mode to print cost for each query
  • admin mode to enable database write/create/drop in driver level