apache-airflow-providers-elasticsearch 5.3.4rc1__tar.gz → 5.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of apache-airflow-providers-elasticsearch might be problematic. Click here for more details.
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/PKG-INFO +9 -9
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/README.rst +4 -4
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/__init__.py +3 -3
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/get_provider_info.py +3 -2
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/pyproject.toml +5 -5
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/LICENSE +0 -0
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/hooks/__init__.py +0 -0
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/hooks/elasticsearch.py +0 -0
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/log/__init__.py +0 -0
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/log/es_json_formatter.py +0 -0
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/log/es_response.py +0 -0
- {apache_airflow_providers_elasticsearch-5.3.4rc1 → apache_airflow_providers_elasticsearch-5.4.0}/airflow/providers/elasticsearch/log/es_task_handler.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-elasticsearch
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.4.0
|
|
4
4
|
Summary: Provider package apache-airflow-providers-elasticsearch for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,elasticsearch,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -21,13 +21,13 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Classifier: Topic :: System :: Monitoring
|
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.3.
|
|
25
|
-
Requires-Dist: apache-airflow>=2.
|
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.3.1
|
|
25
|
+
Requires-Dist: apache-airflow>=2.7.0
|
|
26
26
|
Requires-Dist: elasticsearch>=8.10,<9
|
|
27
27
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
|
28
28
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
29
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.
|
|
30
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.
|
|
29
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0/changelog.html
|
|
30
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0
|
|
31
31
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
32
32
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
33
33
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -78,7 +78,7 @@ Provides-Extra: common.sql
|
|
|
78
78
|
|
|
79
79
|
Package ``apache-airflow-providers-elasticsearch``
|
|
80
80
|
|
|
81
|
-
Release: ``5.
|
|
81
|
+
Release: ``5.4.0``
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
|
|
@@ -91,7 +91,7 @@ This is a provider package for ``elasticsearch`` provider. All classes for this
|
|
|
91
91
|
are in ``airflow.providers.elasticsearch`` python package.
|
|
92
92
|
|
|
93
93
|
You can find package information and changelog for the provider
|
|
94
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.
|
|
94
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0/>`_.
|
|
95
95
|
|
|
96
96
|
Installation
|
|
97
97
|
------------
|
|
@@ -108,7 +108,7 @@ Requirements
|
|
|
108
108
|
======================================= ==================
|
|
109
109
|
PIP package Version required
|
|
110
110
|
======================================= ==================
|
|
111
|
-
``apache-airflow`` ``>=2.
|
|
111
|
+
``apache-airflow`` ``>=2.7.0``
|
|
112
112
|
``apache-airflow-providers-common-sql`` ``>=1.3.1``
|
|
113
113
|
``elasticsearch`` ``>=8.10,<9``
|
|
114
114
|
======================================= ==================
|
|
@@ -133,4 +133,4 @@ Dependent package
|
|
|
133
133
|
============================================================================================================ ==============
|
|
134
134
|
|
|
135
135
|
The changelog for the provider package can be found in the
|
|
136
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.
|
|
136
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0/changelog.html>`_.
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-elasticsearch``
|
|
44
44
|
|
|
45
|
-
Release: ``5.
|
|
45
|
+
Release: ``5.4.0``
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
|
|
@@ -55,7 +55,7 @@ This is a provider package for ``elasticsearch`` provider. All classes for this
|
|
|
55
55
|
are in ``airflow.providers.elasticsearch`` python package.
|
|
56
56
|
|
|
57
57
|
You can find package information and changelog for the provider
|
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -72,7 +72,7 @@ Requirements
|
|
|
72
72
|
======================================= ==================
|
|
73
73
|
PIP package Version required
|
|
74
74
|
======================================= ==================
|
|
75
|
-
``apache-airflow`` ``>=2.
|
|
75
|
+
``apache-airflow`` ``>=2.7.0``
|
|
76
76
|
``apache-airflow-providers-common-sql`` ``>=1.3.1``
|
|
77
77
|
``elasticsearch`` ``>=8.10,<9``
|
|
78
78
|
======================================= ==================
|
|
@@ -97,4 +97,4 @@ Dependent package
|
|
|
97
97
|
============================================================================================================ ==============
|
|
98
98
|
|
|
99
99
|
The changelog for the provider package can be found in the
|
|
100
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.
|
|
100
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0/changelog.html>`_.
|
|
@@ -27,7 +27,7 @@ import packaging.version
|
|
|
27
27
|
|
|
28
28
|
__all__ = ["__version__"]
|
|
29
29
|
|
|
30
|
-
__version__ = "5.
|
|
30
|
+
__version__ = "5.4.0"
|
|
31
31
|
|
|
32
32
|
try:
|
|
33
33
|
from airflow import __version__ as airflow_version
|
|
@@ -35,8 +35,8 @@ except ImportError:
|
|
|
35
35
|
from airflow.version import version as airflow_version
|
|
36
36
|
|
|
37
37
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
38
|
-
"2.
|
|
38
|
+
"2.7.0"
|
|
39
39
|
):
|
|
40
40
|
raise RuntimeError(
|
|
41
|
-
f"The package `apache-airflow-providers-elasticsearch:{__version__}` needs Apache Airflow 2.
|
|
41
|
+
f"The package `apache-airflow-providers-elasticsearch:{__version__}` needs Apache Airflow 2.7.0+"
|
|
42
42
|
)
|
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
|
28
28
|
"name": "Elasticsearch",
|
|
29
29
|
"description": "`Elasticsearch <https://www.elastic.co/elasticsearch>`__\n",
|
|
30
30
|
"state": "ready",
|
|
31
|
-
"source-date-epoch":
|
|
31
|
+
"source-date-epoch": 1714476311,
|
|
32
32
|
"versions": [
|
|
33
|
+
"5.4.0",
|
|
33
34
|
"5.3.4",
|
|
34
35
|
"5.3.3",
|
|
35
36
|
"5.3.2",
|
|
@@ -68,7 +69,7 @@ def get_provider_info():
|
|
|
68
69
|
"1.0.0",
|
|
69
70
|
],
|
|
70
71
|
"dependencies": [
|
|
71
|
-
"apache-airflow>=2.
|
|
72
|
+
"apache-airflow>=2.7.0",
|
|
72
73
|
"apache-airflow-providers-common-sql>=1.3.1",
|
|
73
74
|
"elasticsearch>=8.10,<9",
|
|
74
75
|
],
|
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-elasticsearch"
|
|
31
|
-
version = "5.
|
|
31
|
+
version = "5.4.0"
|
|
32
32
|
description = "Provider package apache-airflow-providers-elasticsearch for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -56,14 +56,14 @@ classifiers = [
|
|
|
56
56
|
]
|
|
57
57
|
requires-python = "~=3.8"
|
|
58
58
|
dependencies = [
|
|
59
|
-
"apache-airflow-providers-common-sql>=1.3.
|
|
60
|
-
"apache-airflow>=2.
|
|
59
|
+
"apache-airflow-providers-common-sql>=1.3.1",
|
|
60
|
+
"apache-airflow>=2.7.0",
|
|
61
61
|
"elasticsearch>=8.10,<9",
|
|
62
62
|
]
|
|
63
63
|
|
|
64
64
|
[project.urls]
|
|
65
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.
|
|
66
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.
|
|
65
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0"
|
|
66
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0/changelog.html"
|
|
67
67
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
68
68
|
"Source Code" = "https://github.com/apache/airflow"
|
|
69
69
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|