Skip to content

Releases: datasapiens/athenadriver

Update dependencies

09 Aug 10:24
Compare
Choose a tag to compare

Update of AWS dependencies:

github.com/aws/aws-sdk-go-v2 v1.30.3
ithub.com/aws/aws-sdk-go-v2/config v1.27.27
github.com/aws/aws-sdk-go-v2/credentials v1.17.27
github.com/aws/aws-sdk-go-v2/service/athena v1.44.3

Collect athena metrics

24 Apr 16:44
17b7d3b
Compare
Choose a tag to compare

The first row (returned by the query) contains the athena metrics.

aws-sdk-go-v2

24 Apr 08:30
963a5a0
Compare
Choose a tag to compare

Migration to aws-sdk-go-v2

Use json.Numbers when unmarshalling arrays

17 May 08:17
6eaa85b
Compare
Choose a tag to compare
Merge pull request #6 from datasapiens/feat/use_json_unmbers

use json numbers

Add support for null values

27 Apr 08:27
65732b1
Compare
Choose a tag to compare

Null values are scanned into proper golang types

Add support for scan into proper column type

06 Apr 06:54
88e25c4
Compare
Choose a tag to compare
  • add method ColumnTypeScanType to the driver.
  • arrays are no more returned as string, new type for arrays is []interface{}

Added support for datasources

08 Nov 11:28
840f62b
Compare
Choose a tag to compare