apache-airflow-providers-elasticsearch 5.3.4__py3-none-any.whl → 5.4.0__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.

@@ -27,7 +27,7 @@ import packaging.version
27
27
 
28
28
  __all__ = ["__version__"]
29
29
 
30
- __version__ = "5.3.4"
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.6.0"
38
+ "2.7.0"
39
39
  ):
40
40
  raise RuntimeError(
41
- f"The package `apache-airflow-providers-elasticsearch:{__version__}` needs Apache Airflow 2.6.0+"
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": 1712665720,
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.6.0",
72
+ "apache-airflow>=2.7.0",
72
73
  "apache-airflow-providers-common-sql>=1.3.1",
73
74
  "elasticsearch>=8.10,<9",
74
75
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-elasticsearch
3
- Version: 5.3.4
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>
@@ -22,12 +22,12 @@ Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
24
  Requires-Dist: apache-airflow-providers-common-sql>=1.3.1
25
- Requires-Dist: apache-airflow>=2.6.0
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.3.4/changelog.html
30
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.3.4
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.3.4``
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.3.4/>`_.
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.6.0``
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.3.4/changelog.html>`_.
136
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.4.0/changelog.html>`_.
@@ -1,13 +1,13 @@
1
1
  airflow/providers/elasticsearch/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
- airflow/providers/elasticsearch/__init__.py,sha256=plA2qexnxT27FIOcX9ujl7tHVt1A8tzqy46Dx7H8qpU,1588
3
- airflow/providers/elasticsearch/get_provider_info.py,sha256=rF-VlZDmL3W9QeTisLFQxoJuRJTP26Pu12rcXNEHDUQ,7920
2
+ airflow/providers/elasticsearch/__init__.py,sha256=Shw3-aCrJQlbq0E5bUNubbMMcqFxQpVjhIjKUtNr0mo,1588
3
+ airflow/providers/elasticsearch/get_provider_info.py,sha256=u5KPbym8U7gGdhXy3oBQHXTa35PDIDNw_-Ns05iuJx0,7941
4
4
  airflow/providers/elasticsearch/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
5
  airflow/providers/elasticsearch/hooks/elasticsearch.py,sha256=nraT_vR1vm0VZ13G4lIJ9YEI0igsm-A66BjFlf-yNmE,6362
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
9
  airflow/providers/elasticsearch/log/es_task_handler.py,sha256=HgPdS8KI7ntuZTkkM_Fe6dDtgo-eUaGhM8eBfJ46YR8,25310
10
- apache_airflow_providers_elasticsearch-5.3.4.dist-info/entry_points.txt,sha256=jpgAUVmTsdtWQ4nru2FJQKP9JBN4OPHK-ybfYc3_BOs,109
11
- apache_airflow_providers_elasticsearch-5.3.4.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
- apache_airflow_providers_elasticsearch-5.3.4.dist-info/METADATA,sha256=28P3Xv16LLps35SUdpWyOjvXdPzdvbp93Xz1kpeLnyU,6217
13
- apache_airflow_providers_elasticsearch-5.3.4.dist-info/RECORD,,
10
+ apache_airflow_providers_elasticsearch-5.4.0.dist-info/entry_points.txt,sha256=jpgAUVmTsdtWQ4nru2FJQKP9JBN4OPHK-ybfYc3_BOs,109
11
+ apache_airflow_providers_elasticsearch-5.4.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
+ apache_airflow_providers_elasticsearch-5.4.0.dist-info/METADATA,sha256=eCiS0Fzq0Ssu0t9hzyVMkeSaAixG8nxqwPOb_bC4XC8,6217
13
+ apache_airflow_providers_elasticsearch-5.4.0.dist-info/RECORD,,