
ElasticsearchHook
ElasticsearchThis class is deprecated and was renamed to ElasticsearchSQLHook. Please use airflow.providers.elasticsearch.hooks.elasticsearch.ElasticsearchSQLHook.
Access Instructions
Install the Elasticsearch provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
elasticsearch_conn_idThe ElasticSearch connection id used for Elasticsearch credentials.
Documentation
This class is deprecated and was renamed to ElasticsearchSQLHook. Please use airflow.providers.elasticsearch.hooks.elasticsearch.ElasticsearchSQLHook.