Skip to content

Releases: uber/athenadriver

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

04 Mar 02:17
551c53d
Compare
Choose a tag to compare

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 - Merge community contribution (August 19, 2022)

21 Aug 08:24
Compare
Choose a tag to compare

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 - aws-sdk-go updated and overriding Athena Service Limits for Query Timeout (July 16, 2021)

16 Jul 19:19
0a05a27
Compare
Choose a tag to compare
v1.1.13 - Merge community contribution (July 16, 2021)
    - Overriding Athena Service Limits for Query Timeout
    - aws-sdk-go updated
    - REAME cleanup

Minor bug fix and more documentation (October 29, 2020)

30 Oct 00:27
Compare
Choose a tag to compare
  • Use exact match for Query ID search (#31)

$path support, minor bug fix and more documentation (June 16, 2020)

16 Jun 20:07
Compare
Choose a tag to compare
  - Uber Engdoc documentation
  - Support $path in Athena query
  - Remove SQL Tidy function(will replace it with a Presto SQL parser)

Minor bug fix and more documentation (June 5, 2020)

05 Jun 15:58
Compare
Choose a tag to compare
  • documentation and minor bug fix
  • build-in logging and metrics

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

01 Jun 07:31
Compare
Choose a tag to compare

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)

Prettify athenareader

01 Jun 06:37
6e71ef5
Compare
Choose a tag to compare

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)

Pseudo commands, bug fix and more document and sample code (May 25, 2020)

25 May 20:20
Compare
Choose a tag to compare

Add moneywise mode, admin mode for athenareader

11 Apr 07:01
Compare
Choose a tag to compare
  • moneywise mode to print cost for each query
  • admin mode to enable database write/create/drop in driver level