ElasticsearchHook

Elasticsearch

This class is deprecated and was renamed to ElasticsearchSQLHook. Please use airflow.providers.elasticsearch.hooks.elasticsearch.ElasticsearchSQLHook.

View on GitHub

Last Updated: Oct. 23, 2022

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.

Was this page helpful?