athena-cli 0.3.2

A command-line interface for AWS Athena with interactive query execution and result management
Documentation
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"
max_rows = 1000
history_size = 20
history_fields = ["Id", "Status", "Query", "StartTime", "EndTime", "DataScanned", "Runtime", "OutputLocation"]