apache-airflow-providers-elasticsearch 5.5.2__tar.gz → 5.5.3__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.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/PKG-INFO +11 -11
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/README.rst +4 -4
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/__init__.py +1 -1
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/get_provider_info.py +3 -2
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/pyproject.toml +5 -6
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/LICENSE +0 -0
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/hooks/__init__.py +0 -0
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/hooks/elasticsearch.py +0 -0
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/log/__init__.py +0 -0
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/log/es_json_formatter.py +0 -0
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/log/es_response.py +0 -0
- {apache_airflow_providers_elasticsearch-5.5.2 → apache_airflow_providers_elasticsearch-5.5.3}/airflow/providers/elasticsearch/log/es_task_handler.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: apache-airflow-providers-elasticsearch
|
|
3
|
-
Version: 5.5.
|
|
3
|
+
Version: 5.5.3
|
|
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>
|
|
@@ -20,18 +20,18 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.
|
|
23
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
|
|
24
24
|
Requires-Dist: apache-airflow>=2.8.0
|
|
25
25
|
Requires-Dist: elasticsearch>=8.10,<9
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common-sql"
|
|
27
27
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
28
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.
|
|
29
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.
|
|
28
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.3/changelog.html
|
|
29
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.3
|
|
30
30
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
31
31
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
32
32
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
33
33
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
34
|
-
Provides-Extra: common
|
|
34
|
+
Provides-Extra: common-sql
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
.. Licensed to the Apache Software Foundation (ASF) under one
|
|
@@ -77,7 +77,7 @@ Provides-Extra: common.sql
|
|
|
77
77
|
|
|
78
78
|
Package ``apache-airflow-providers-elasticsearch``
|
|
79
79
|
|
|
80
|
-
Release: ``5.5.
|
|
80
|
+
Release: ``5.5.3``
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
|
|
@@ -90,7 +90,7 @@ This is a provider package for ``elasticsearch`` provider. All classes for this
|
|
|
90
90
|
are in ``airflow.providers.elasticsearch`` python package.
|
|
91
91
|
|
|
92
92
|
You can find package information and changelog for the provider
|
|
93
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.
|
|
93
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.3/>`_.
|
|
94
94
|
|
|
95
95
|
Installation
|
|
96
96
|
------------
|
|
@@ -108,7 +108,7 @@ Requirements
|
|
|
108
108
|
PIP package Version required
|
|
109
109
|
======================================= ==================
|
|
110
110
|
``apache-airflow`` ``>=2.8.0``
|
|
111
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
|
111
|
+
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
|
112
112
|
``elasticsearch`` ``>=8.10,<9``
|
|
113
113
|
======================================= ==================
|
|
114
114
|
|
|
@@ -132,4 +132,4 @@ Dependent package
|
|
|
132
132
|
============================================================================================================ ==============
|
|
133
133
|
|
|
134
134
|
The changelog for the provider package can be found in the
|
|
135
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.
|
|
135
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.3/changelog.html>`_.
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-elasticsearch``
|
|
44
44
|
|
|
45
|
-
Release: ``5.5.
|
|
45
|
+
Release: ``5.5.3``
|
|
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.5.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.3/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -73,7 +73,7 @@ Requirements
|
|
|
73
73
|
PIP package Version required
|
|
74
74
|
======================================= ==================
|
|
75
75
|
``apache-airflow`` ``>=2.8.0``
|
|
76
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
|
76
|
+
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
|
77
77
|
``elasticsearch`` ``>=8.10,<9``
|
|
78
78
|
======================================= ==================
|
|
79
79
|
|
|
@@ -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.5.
|
|
100
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.3/changelog.html>`_.
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "5.5.
|
|
32
|
+
__version__ = "5.5.3"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.8.0"
|
|
@@ -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": 1731570065,
|
|
32
32
|
"versions": [
|
|
33
|
+
"5.5.3",
|
|
33
34
|
"5.5.2",
|
|
34
35
|
"5.5.1",
|
|
35
36
|
"5.5.0",
|
|
@@ -75,7 +76,7 @@ def get_provider_info():
|
|
|
75
76
|
],
|
|
76
77
|
"dependencies": [
|
|
77
78
|
"apache-airflow>=2.8.0",
|
|
78
|
-
"apache-airflow-providers-common-sql>=1.
|
|
79
|
+
"apache-airflow-providers-common-sql>=1.20.0",
|
|
79
80
|
"elasticsearch>=8.10,<9",
|
|
80
81
|
],
|
|
81
82
|
"integrations": [
|
|
@@ -21,14 +21,13 @@
|
|
|
21
21
|
|
|
22
22
|
# IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
23
23
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
24
|
-
#
|
|
25
24
|
[build-system]
|
|
26
|
-
requires = ["flit_core
|
|
25
|
+
requires = ["flit_core==3.10.1"]
|
|
27
26
|
build-backend = "flit_core.buildapi"
|
|
28
27
|
|
|
29
28
|
[project]
|
|
30
29
|
name = "apache-airflow-providers-elasticsearch"
|
|
31
|
-
version = "5.5.
|
|
30
|
+
version = "5.5.3"
|
|
32
31
|
description = "Provider package apache-airflow-providers-elasticsearch for Apache Airflow"
|
|
33
32
|
readme = "README.rst"
|
|
34
33
|
authors = [
|
|
@@ -55,14 +54,14 @@ classifiers = [
|
|
|
55
54
|
]
|
|
56
55
|
requires-python = "~=3.9"
|
|
57
56
|
dependencies = [
|
|
58
|
-
"apache-airflow-providers-common-sql>=1.
|
|
57
|
+
"apache-airflow-providers-common-sql>=1.20.0",
|
|
59
58
|
"apache-airflow>=2.8.0",
|
|
60
59
|
"elasticsearch>=8.10,<9",
|
|
61
60
|
]
|
|
62
61
|
|
|
63
62
|
[project.urls]
|
|
64
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.
|
|
65
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.
|
|
63
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.3"
|
|
64
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.3/changelog.html"
|
|
66
65
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
67
66
|
"Source Code" = "https://github.com/apache/airflow"
|
|
68
67
|
"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
|