Skip to content

Indexing compatibility with Elasticsearch 7.17.0 #210

@danstoner

Description

@danstoner

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions