turbot / steampipe-export

Steampipe Export is a zero-ETL CLI to fetch data from cloud services and APIs. Hundreds of plugins with thousands of documented examples.
https://steampipe.io
Apache License 2.0
8 stars 1 forks source link

Improve error message when any other column is asked in `--where` other than key columns #48

Open pskrbasu opened 11 months ago

pskrbasu commented 11 months ago

Current error:

steampipe_export_github github_issue --select repository_full_name,url --where "title = 'steampipe'"                         
there is no key column defined for column 'title'