athena-cli 0.1.0

A command-line interface for AWS Athena with interactive query execution and result management
1
2
3
4
5
6
7
8
9
10
11
[aws]
region = "eu-west-1"
workgroup = "primary"
output_location = "s3://your-athena-results/"
catalog = "AwsDataCatalog"

[app]
query_reuse_time = "1h"
download_dir = ""
max_rows = 1000
history_size = 20