QuesmaOrg / quesma

Programmable database gateway
https://quesma.com
Other
108 stars 6 forks source link

Report errors in queries better #2 #1012

Closed trzysiek closed 5 days ago

trzysiek commented 5 days ago

Similar to https://github.com/QuesmaOrg/quesma/pull/1006 , but for pipeline aggregations.

I want to simplify and unify interfaces of our parsers, so all of them simply return something like (aggregation, error). Code should be cleaner, and proper returning errors to Kibana much easier.