Closed trzysiek closed 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.
(aggregation, error)
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.