[BUG] Elasticsearch synchronization is not always able to read in data from elastic #503
Labels
bug
bug
community
community
Effort - Low
Effort - Low
Frequency - Daily
Frequency - Daily
Reach - VeryFew
Reach - VeryFew
Severity - S3
Severity - S3
Describe the bug
On Elastic 8.14.3, reading docs from elastic with search() or scan() fails with a Python KeyError of "index" not found
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Return a valid response from the elasticsearch query without error
Additional context
Add any other context about the problem here.
Fix is straightforward. In the two functions
search()
andscan()
inelastic_search_serialization.py
, there is a code block reading (in search)and (in scan)
These blocks can be updated to (in search)
and (in scan)
The text was updated successfully, but these errors were encountered: