elasticsearch-dbapi icon indicating copy to clipboard operation
elasticsearch-dbapi copied to clipboard

A DBAPI and SQLAlchemy dialect for Elasticsearch

Results 24 elasticsearch-dbapi issues
Sort by recently updated
recently updated
newest added

Just for info, do you plan to add support for connecting a set of node into elastic cluster ?

Hello! Our OpenDistro has a field with JSON content. How can I filter the JSON values of this field using queries in Superset? The field looks like: ``` { "browser"...

![img_v3_029c_700604b8-6f4d-4203-84c8-a98b140729cg](https://github.com/preset-io/elasticsearch-dbapi/assets/39092442/2c01d475-5b09-4187-8ea3-2ef42f06b4fa) elasticsearch:7.10.2 ERROR: (builtins.NoneType) None [SQL: TransportError(405, 'Incorrect HTTP method for uri [/_sql/] and method [POST], allowed: [PUT, GET, HEAD, DELETE]', 'Incorrect HTTP method for uri [/_sql/] and method [POST],...

Are there plans on supporting latest Elastic versions? We currently have a need for this.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Is this under active development guys? I think users deserve to know if work on E-SQL is continuing or not. Indications on this repo would suggest the latter.

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

`urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='host.docker.internal', port=9200): Read timed out. (read timeout=10)` Is there a way to configure elasticsearch-dbapi so that it increases the timeout or disables it all together when querying ES?

Recursively iterates over object type columns to search for array types. Fixes #101

When interacting with a table with columns that contain objects, the `get_array_type_columns` method below does not return all the array type columns. https://github.com/preset-io/elasticsearch-dbapi/blob/0bce4403daf947867915eec0f00b22bb04a6db6d/es/elastic/api.py#L194-L205 For example, when using ECS, the [event.category](https://www.elastic.co/guide/en/ecs/current/ecs-event.html#field-event-category)...