Skip to content

Convert ES request based queries to using Elasticsearch client python package #2506

Open
@npalaska

Description

@npalaska

Currently we rely on python requests package to make queries against Elasticsearch where we build the queries using JSON kwargs. Instead we want to use python Elasticsearch client package to make all our queries, this would enable us to use some add-on helper functions from the package and also make our Elasticsearch query based unit tests less complex and easy to debug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIOf and relating to application programming interfaces to services and functionsBacklogServerenhancementhelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions