moto icon indicating copy to clipboard operation
moto copied to clipboard

Feature Request: Implement describe_queries and get_query_results for LogsBackend

Open n3rdgir1 opened this issue 3 years ago • 1 comments

I get the NotImplementedError for describe_queries and get_query_results.

n3rdgir1 avatar Apr 08 '22 20:04 n3rdgir1

Hi @n3rdgir1, thanks for raising this! Will mark it as an enhancement.

If you're interested in implementing these features yourself, PR's are always welcome! We have some documentation here: http://docs.getmoto.org/en/latest/docs/contributing/index.html - happy to answer any questions if this is something you want to look into.

bblommers avatar Apr 11 '22 19:04 bblommers

Hi @n3rdgir1, this is now part of moto >= 4.2.1.dev17.

The query parsing logic is quite basic for now - feel free to create a new issue if you see any problems with the result for a specific query.

bblommers avatar Aug 27 '23 12:08 bblommers