apache-airflow-providers-elasticsearch 6.3.4rc1__py3-none-any.whl → 6.3.5rc1__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.
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "6.3.4"
32
+ __version__ = "6.3.5"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.10.0"
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-elasticsearch
3
- Version: 6.3.4rc1
3
+ Version: 6.3.5rc1
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
8
  Requires-Python: >=3.10
9
9
  Description-Content-Type: text/x-rst
10
+ License-Expression: Apache-2.0
10
11
  Classifier: Development Status :: 5 - Production/Stable
11
12
  Classifier: Environment :: Console
12
13
  Classifier: Environment :: Web Environment
@@ -14,19 +15,20 @@ Classifier: Intended Audience :: Developers
14
15
  Classifier: Intended Audience :: System Administrators
15
16
  Classifier: Framework :: Apache Airflow
16
17
  Classifier: Framework :: Apache Airflow :: Provider
17
- Classifier: License :: OSI Approved :: Apache Software License
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Topic :: System :: Monitoring
23
+ License-File: LICENSE
24
+ License-File: NOTICE
23
25
  Requires-Dist: apache-airflow>=2.10.0rc1
24
26
  Requires-Dist: apache-airflow-providers-common-compat>=1.8.0rc1
25
27
  Requires-Dist: apache-airflow-providers-common-sql>=1.27.0rc1
26
28
  Requires-Dist: elasticsearch>=8.10,<9
27
29
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
28
- Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.4/changelog.html
29
- Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.4
30
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.5/changelog.html
31
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.5
30
32
  Project-URL: Mastodon, https://fosstodon.org/@airflow
31
33
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
34
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -57,7 +59,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
57
59
 
58
60
  Package ``apache-airflow-providers-elasticsearch``
59
61
 
60
- Release: ``6.3.4``
62
+ Release: ``6.3.5``
61
63
 
62
64
 
63
65
  `Elasticsearch <https://www.elastic.co/elasticsearch>`__
@@ -70,7 +72,7 @@ This is a provider package for ``elasticsearch`` provider. All classes for this
70
72
  are in ``airflow.providers.elasticsearch`` python package.
71
73
 
72
74
  You can find package information and changelog for the provider
73
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.4/>`_.
75
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.5/>`_.
74
76
 
75
77
  Installation
76
78
  ------------
@@ -88,7 +90,7 @@ Requirements
88
90
  PIP package Version required
89
91
  ========================================== ==================
90
92
  ``apache-airflow`` ``>=2.10.0``
91
- ``apache-airflow-providers-common-compat`` ``>=1.7.4``
93
+ ``apache-airflow-providers-common-compat`` ``>=1.8.0``
92
94
  ``apache-airflow-providers-common-sql`` ``>=1.27.0``
93
95
  ``elasticsearch`` ``>=8.10,<9``
94
96
  ========================================== ==================
@@ -103,15 +105,16 @@ You can install such cross-provider dependencies when installing from PyPI. For
103
105
 
104
106
  .. code-block:: bash
105
107
 
106
- pip install apache-airflow-providers-elasticsearch[common.sql]
108
+ pip install apache-airflow-providers-elasticsearch[common.compat]
107
109
 
108
110
 
109
- ============================================================================================================ ==============
110
- Dependent package Extra
111
- ============================================================================================================ ==============
112
- `apache-airflow-providers-common-sql <https://airflow.apache.org/docs/apache-airflow-providers-common-sql>`_ ``common.sql``
113
- ============================================================================================================ ==============
111
+ ================================================================================================================== =================
112
+ Dependent package Extra
113
+ ================================================================================================================== =================
114
+ `apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_ ``common.compat``
115
+ `apache-airflow-providers-common-sql <https://airflow.apache.org/docs/apache-airflow-providers-common-sql>`_ ``common.sql``
116
+ ================================================================================================================== =================
114
117
 
115
118
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.4/changelog.html>`_.
119
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.5/changelog.html>`_.
117
120
 
@@ -1,5 +1,4 @@
1
- airflow/providers/elasticsearch/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/elasticsearch/__init__.py,sha256=sevl5qW60k4JYPsYg2kclopN0eeicQZD5tsQbWQZ64s,1502
1
+ airflow/providers/elasticsearch/__init__.py,sha256=Jcoo3GHbOEomFw_8mGRTaDEiP38ngBZZoNjWlmP1O3w,1502
3
2
  airflow/providers/elasticsearch/get_provider_info.py,sha256=473iBNJ4Kiy-DvbOa6CqDOS3pPEs6x7WBwkhR1QTuiw,8106
4
3
  airflow/providers/elasticsearch/version_compat.py,sha256=cmeoGMcTp0kiFa3GKZlQh31_kMk7UX9nOX8sYyGtuFg,1665
5
4
  airflow/providers/elasticsearch/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
@@ -8,7 +7,9 @@ airflow/providers/elasticsearch/log/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL
8
7
  airflow/providers/elasticsearch/log/es_json_formatter.py,sha256=DwWPDJtZLr_6Mdae1-XVEgmE1XErFIanSzxWovs50ig,1796
9
8
  airflow/providers/elasticsearch/log/es_response.py,sha256=LdMBuVBTydaC42HooYSttAjTK-CpPA4r_KHl38msMnk,6046
10
9
  airflow/providers/elasticsearch/log/es_task_handler.py,sha256=I3EzLhwyu3K8P4fnLU4YHmLR9nqpgivlEZMGbVeNnbw,28923
11
- apache_airflow_providers_elasticsearch-6.3.4rc1.dist-info/entry_points.txt,sha256=jpgAUVmTsdtWQ4nru2FJQKP9JBN4OPHK-ybfYc3_BOs,109
12
- apache_airflow_providers_elasticsearch-6.3.4rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
- apache_airflow_providers_elasticsearch-6.3.4rc1.dist-info/METADATA,sha256=DURwyYurH7jSpuN0WqE4D9gKLB6xI-abinXl2cjvl2g,5381
14
- apache_airflow_providers_elasticsearch-6.3.4rc1.dist-info/RECORD,,
10
+ apache_airflow_providers_elasticsearch-6.3.5rc1.dist-info/entry_points.txt,sha256=jpgAUVmTsdtWQ4nru2FJQKP9JBN4OPHK-ybfYc3_BOs,109
11
+ apache_airflow_providers_elasticsearch-6.3.5rc1.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
12
+ apache_airflow_providers_elasticsearch-6.3.5rc1.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
13
+ apache_airflow_providers_elasticsearch-6.3.5rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
14
+ apache_airflow_providers_elasticsearch-6.3.5rc1.dist-info/METADATA,sha256=LKCj48d4L8qHARGOqImo2OovhL1wQHpz1UBkTc16FnI,5568
15
+ apache_airflow_providers_elasticsearch-6.3.5rc1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Apache Airflow
2
+ Copyright 2016-2025 The Apache Software Foundation
3
+
4
+ This product includes software developed at
5
+ The Apache Software Foundation (http://www.apache.org/).