elasticsearch-dbapi
elasticsearch-dbapi copied to clipboard
A DBAPI and SQLAlchemy dialect for Elasticsearch
can we create elastic search index inside Airflow DAG script? from elasticsearch import Elasticsearch es = Elasticsearch("http://localhost:9200") es.indices.create(index=index_name, body=mappings) but i am unable to create index inside that airflwo dag...
hi dpgaspar, when i execute this sql, i get an error SELECT news_ids FROM mediasense-entity-person-profile-2024 WHERE LOWER(entity_name) = 'martha patricia molina'; if entity_name index type is text, use LOWER will...
I tried to use it with 8.13.2 version and it seems to work except the dependency says it required 7.x Can this be resolved - any plans to fix it...
I am trying to use superset to query wazuh 4.9.0, which is using Opensearch 2.13. If I query one of the indexes directly, it works: ``` superset-1 | 2024-09-13 18:24:13,291:DEBUG:elasticsearch:>...