blob: b7b34a497bc272f62927c22f3515fda0cfbf1369 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
---
package-name: apache-airflow-providers-elasticsearch
name: Elasticsearch
description: |
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
suspended: false
versions:
- 4.5.1
- 4.5.0
- 4.4.0
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.2.0
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
dependencies:
- apache-airflow>=2.4.0
- apache-airflow-providers-common-sql>=1.3.1
# We cannot use elasticsearch 8 yet. The elasticsearch-dsl is not compatible with it.
# elasticsearch>=7.15.0 breaks our tests.The eleasticsearch 7 is an old version that is not
# supported anymore. We should move to elasticsearch 8 as
# likely requires getting rid of elasticsearch-dsl or waiting until there is a compatible version
# We can also try to replace the <7.15.0 with <8.0.0 but we need to solve the test failures first
- elasticsearch>7,<7.15.0
- elasticsearch-dbapi
- elasticsearch-dsl>=5.0.0
integrations:
- integration-name: Elasticsearch
external-doc-url: https://www.elastic.co/elasticsearch
logo: /integration-logos/elasticsearch/Elasticsearch.png
tags: [software]
hooks:
- integration-name: Elasticsearch
python-modules:
- airflow.providers.elasticsearch.hooks.elasticsearch
connection-types:
- hook-class-name: airflow.providers.elasticsearch.hooks.elasticsearch.ElasticsearchHook
connection-type: elasticsearch
logging:
- airflow.providers.elasticsearch.log.es_task_handler.ElasticsearchTaskHandler