-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
The elastic mock requires the elasticsearch.ElasticSearch.bulk
method includes a _type
field in the "actions" of the body
parameter. (the body is newline separated action-document combinations)
When running this however with a Dockerized ES server I get (version 7.10.2
)
elasticsearch/connection/base.py:193: ElasticsearchDeprecationWarning: [types removal] Specifying types in bulk requests is deprecated.
Here is the explanation for why: https://www.elastic.co/guide/en/elasticsearch/reference/7.x/removal-of-types.html
Metadata
Metadata
Assignees
Labels
No labels