apache-airflow-providers-elasticsearch 5.5.1__py3-none-any.whl → 5.5.2__py3-none-any.whl
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.
- airflow/providers/elasticsearch/__init__.py +1 -1
- airflow/providers/elasticsearch/get_provider_info.py +2 -1
- airflow/providers/elasticsearch/log/es_task_handler.py +1 -6
- {apache_airflow_providers_elasticsearch-5.5.1.dist-info → apache_airflow_providers_elasticsearch-5.5.2.dist-info}/METADATA +8 -9
- {apache_airflow_providers_elasticsearch-5.5.1.dist-info → apache_airflow_providers_elasticsearch-5.5.2.dist-info}/RECORD +7 -7
- {apache_airflow_providers_elasticsearch-5.5.1.dist-info → apache_airflow_providers_elasticsearch-5.5.2.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_elasticsearch-5.5.1.dist-info → apache_airflow_providers_elasticsearch-5.5.2.dist-info}/entry_points.txt +0 -0
|
@@ -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.2"
|
|
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": 1728485068,
|
|
32
32
|
"versions": [
|
|
33
|
+
"5.5.2",
|
|
33
34
|
"5.5.1",
|
|
34
35
|
"5.5.0",
|
|
35
36
|
"5.4.2",
|
|
@@ -468,12 +468,7 @@ class ElasticsearchTaskHandler(FileTaskHandler, ExternalLoggingMixin, LoggingMix
|
|
|
468
468
|
self.handler.setLevel(self.level)
|
|
469
469
|
self.handler.setFormatter(self.formatter)
|
|
470
470
|
else:
|
|
471
|
-
|
|
472
|
-
# after Airflow 2.8 can always pass `identifier`
|
|
473
|
-
if getattr(super(), "supports_task_context_logging", False):
|
|
474
|
-
super().set_context(ti, identifier=identifier)
|
|
475
|
-
else:
|
|
476
|
-
super().set_context(ti)
|
|
471
|
+
super().set_context(ti, identifier=identifier)
|
|
477
472
|
self.context_set = True
|
|
478
473
|
|
|
479
474
|
def close(self) -> None:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-elasticsearch
|
|
3
|
-
Version: 5.5.
|
|
3
|
+
Version: 5.5.2
|
|
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>
|
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
8
|
-
Requires-Python: ~=3.
|
|
8
|
+
Requires-Python: ~=3.9
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
@@ -15,7 +15,6 @@ Classifier: Intended Audience :: System Administrators
|
|
|
15
15
|
Classifier: Framework :: Apache Airflow
|
|
16
16
|
Classifier: Framework :: Apache Airflow :: Provider
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -26,8 +25,8 @@ Requires-Dist: apache-airflow>=2.8.0
|
|
|
26
25
|
Requires-Dist: elasticsearch>=8.10,<9
|
|
27
26
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
|
28
27
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
29
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.
|
|
30
|
-
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.2/changelog.html
|
|
29
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.2
|
|
31
30
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
32
31
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
33
32
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -78,7 +77,7 @@ Provides-Extra: common.sql
|
|
|
78
77
|
|
|
79
78
|
Package ``apache-airflow-providers-elasticsearch``
|
|
80
79
|
|
|
81
|
-
Release: ``5.5.
|
|
80
|
+
Release: ``5.5.2``
|
|
82
81
|
|
|
83
82
|
|
|
84
83
|
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
|
|
@@ -91,7 +90,7 @@ This is a provider package for ``elasticsearch`` provider. All classes for this
|
|
|
91
90
|
are in ``airflow.providers.elasticsearch`` python package.
|
|
92
91
|
|
|
93
92
|
You can find package information and changelog for the provider
|
|
94
|
-
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.2/>`_.
|
|
95
94
|
|
|
96
95
|
Installation
|
|
97
96
|
------------
|
|
@@ -100,7 +99,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
100
99
|
for the minimum Airflow version supported) via
|
|
101
100
|
``pip install apache-airflow-providers-elasticsearch``
|
|
102
101
|
|
|
103
|
-
The package supports the following python versions: 3.
|
|
102
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
|
104
103
|
|
|
105
104
|
Requirements
|
|
106
105
|
------------
|
|
@@ -133,4 +132,4 @@ Dependent package
|
|
|
133
132
|
============================================================================================================ ==============
|
|
134
133
|
|
|
135
134
|
The changelog for the provider package can be found in the
|
|
136
|
-
`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.2/changelog.html>`_.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
airflow/providers/elasticsearch/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
|
|
2
|
-
airflow/providers/elasticsearch/__init__.py,sha256=
|
|
3
|
-
airflow/providers/elasticsearch/get_provider_info.py,sha256=
|
|
2
|
+
airflow/providers/elasticsearch/__init__.py,sha256=naIOqlKqNUy69JVKP4MmSKM3ijvelTowdpRcWTmiEYI,1500
|
|
3
|
+
airflow/providers/elasticsearch/get_provider_info.py,sha256=edGX9VlvrfAGtMgrFg0fxF4sKA9LG91Yq6g1gXRBu7o,8592
|
|
4
4
|
airflow/providers/elasticsearch/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
5
5
|
airflow/providers/elasticsearch/hooks/elasticsearch.py,sha256=TPIRIqS0lu7apfofxKKfg9kO7-8Qo2ippdL1uEk7B3g,6393
|
|
6
6
|
airflow/providers/elasticsearch/log/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
7
7
|
airflow/providers/elasticsearch/log/es_json_formatter.py,sha256=DwWPDJtZLr_6Mdae1-XVEgmE1XErFIanSzxWovs50ig,1796
|
|
8
8
|
airflow/providers/elasticsearch/log/es_response.py,sha256=tEFz1pAUzIg6Zw43ZjiHFTOB72kNP-czbEwMbymUZ88,6037
|
|
9
|
-
airflow/providers/elasticsearch/log/es_task_handler.py,sha256=
|
|
10
|
-
apache_airflow_providers_elasticsearch-5.5.
|
|
11
|
-
apache_airflow_providers_elasticsearch-5.5.
|
|
12
|
-
apache_airflow_providers_elasticsearch-5.5.
|
|
13
|
-
apache_airflow_providers_elasticsearch-5.5.
|
|
9
|
+
airflow/providers/elasticsearch/log/es_task_handler.py,sha256=6E_oQ8RQFbYf5rR_vjLHq1r_sZEP4wKe0ToCcHC7H4M,25950
|
|
10
|
+
apache_airflow_providers_elasticsearch-5.5.2.dist-info/entry_points.txt,sha256=jpgAUVmTsdtWQ4nru2FJQKP9JBN4OPHK-ybfYc3_BOs,109
|
|
11
|
+
apache_airflow_providers_elasticsearch-5.5.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
|
12
|
+
apache_airflow_providers_elasticsearch-5.5.2.dist-info/METADATA,sha256=5I1FY2m9wxe1DRl_tdKwAE654tbc4jMQyQeK1em5W_c,6165
|
|
13
|
+
apache_airflow_providers_elasticsearch-5.5.2.dist-info/RECORD,,
|
|
File without changes
|