-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
With Elasticsearch started via:
docker run -p 9200:9200 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.17.0
When running pytest:
> raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info)
E RequestError: TransportError(400, u'illegal_argument_exception', u'Types cannot be provided in get mapping requests, unless include_type_name is set to true.')
../../.pyenv/versions/2.7.17/envs/venv/lib/python2.7/site-packages/elasticsearch/connection/base.py:125: RequestError
See:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels