segmentio / go-athena

Golang database/sql driver for AWS Athena
MIT License
125 stars 64 forks source link

Support athena workgroups #27

Open nianglao opened 5 years ago

nianglao commented 5 years ago

AWS release workgroups for Athena to support tags. https://aws.amazon.com/about-aws/whats-new/2019/02/athena_support_for_tags/ Tagging Workgroups allows you to allocate costs, get detailed billing reports across Workgroups as well as define IAM permissions on Workgroups based on these tags

There is an PR by @jkatagi https://github.com/segmentio/go-athena/pull/26

Can anyone help review and merge this?

muroon commented 3 years ago

Recently, we released speee/go-athena.

We have already merged the PR related to this issue and can keep maintaining this library and review / merge your PRs. In addition, we added the following new features.

Especially, we think the Result Mode is a cool feature, and we summarized the feature here. Please check and try to use it!