athena-cli icon indicating copy to clipboard operation
athena-cli copied to clipboard

Presto-like CLI tool for AWS Athena

Results 7 athena-cli issues
Sort by recently updated
recently updated
newest added

``` > athena --profile aws_profile --region eu-central-1 --schema database --s3-bucket s3://bucket/adhoc/ An error occurred (InvalidRequestException) when calling the StartQueryExecution operation: line 1:10: mismatched input ''. Expecting: 'ALTER', 'ANALYZE', 'CALL', 'COMMIT',...

Thanks for such a great tool. It seems recent versions of `cmd2` have broken compatibility again: ``` $ athena --schema default athena:default> show databases; EXCEPTION of type 'AttributeError' occurred with...

I set the region, profile, and schema options and any command I run gets the below response about AttributeError ![image](https://user-images.githubusercontent.com/249426/57148714-0c87a080-6d7f-11e9-8a60-4cc3e7c03696.png)

It seems that when running a query in batch mode, the results are downloaded via the API in small chunks, which is very slow. For instance, using athena-cli to --execute...

Hi, we are using athena-cli across our company, and made a few enhancements based on feedback from users. We'd love to get your feedback on these changes and hopefully merge...

I believe this commit: https://github.com/guardian/athena-cli/commit/e88e32f1c72106aed7723d8ad489463679805688 broke the auto-header removal in `yield_rows`. The issue seems to be that the column names are encoded to 'utf8' in the headers array. This means...

First, the argument to `--output-format` does not seem to be validated: `--output-format foo` will still work and give the default format. Second, it seems the argument is case-sensitive; `CSV` works...