aq
aq copied to clipboard
Query AWS resources with SQL
Hello, aq currently fails on importing prompt-toolkit, could you please advise what version of prompt-toolkit is known to work? pip freeze: `aq==0.1.1 asn1crypto==0.24.0 boto3==1.9.130 botocore==1.12.130 cryptography==2.1.4 docopt==0.6.2 docutils==0.14 enum34==1.1.6 futures==3.2.0...
@lebinh , I just installed aq. I encountered several issues 1. I have to downgrade prompt-toolkit to 1.x just to be able to install it locally for debugging 2. I...
This pull request adds in three more formatters (`json`, `yaml`, and `csv`) that can be controlled with the `--format` flag. The default is `table`.
As the header says, is there a way to construct the query to export into OUTFILE or have the results displayed as CSV? Otherwise big feature request for this :)
Start `aq` and try entering the first example ``` > SELECT instance_type, count(*) count QueryError: no such column: instance_type ``` `aq` treats the newline as the statement terminator and tries...