apache-airflow-providers-elasticsearch 5.5.1rc1__tar.gz → 5.5.2__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.
Files changed (12) hide show
  1. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/PKG-INFO +10 -11
  2. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/README.rst +4 -4
  3. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/__init__.py +1 -1
  4. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/get_provider_info.py +2 -1
  5. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/log/es_task_handler.py +1 -6
  6. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/pyproject.toml +6 -7
  7. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/LICENSE +0 -0
  8. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/hooks/__init__.py +0 -0
  9. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/hooks/elasticsearch.py +0 -0
  10. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/log/__init__.py +0 -0
  11. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/log/es_json_formatter.py +0 -0
  12. {apache_airflow_providers_elasticsearch-5.5.1rc1 → apache_airflow_providers_elasticsearch-5.5.2}/airflow/providers/elasticsearch/log/es_response.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-elasticsearch
3
- Version: 5.5.1rc1
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
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,19 +15,18 @@ 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
22
21
  Classifier: Programming Language :: Python :: 3.12
23
22
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.17.0rc0
25
- Requires-Dist: apache-airflow>=2.8.0rc0
23
+ Requires-Dist: apache-airflow-providers-common-sql>=1.17.0
24
+ 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.1/changelog.html
30
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.1
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.1.rc1``
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.1/>`_.
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.8,3.9,3.10,3.11,3.12
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.1/changelog.html>`_.
135
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.2/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-elasticsearch``
44
44
 
45
- Release: ``5.5.1.rc1``
45
+ Release: ``5.5.2``
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.1/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.2/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -64,7 +64,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
64
64
  for the minimum Airflow version supported) via
65
65
  ``pip install apache-airflow-providers-elasticsearch``
66
66
 
67
- The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
67
+ The package supports the following python versions: 3.9,3.10,3.11,3.12
68
68
 
69
69
  Requirements
70
70
  ------------
@@ -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.1/changelog.html>`_.
100
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.2/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.1"
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": 1726860725,
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
- # todo: remove-at-min-airflow-version-2.8
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:
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
28
28
 
29
29
  [project]
30
30
  name = "apache-airflow-providers-elasticsearch"
31
- version = "5.5.1.rc1"
31
+ version = "5.5.2"
32
32
  description = "Provider package apache-airflow-providers-elasticsearch for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -47,23 +47,22 @@ classifiers = [
47
47
  "Framework :: Apache Airflow",
48
48
  "Framework :: Apache Airflow :: Provider",
49
49
  "License :: OSI Approved :: Apache Software License",
50
- "Programming Language :: Python :: 3.8",
51
50
  "Programming Language :: Python :: 3.9",
52
51
  "Programming Language :: Python :: 3.10",
53
52
  "Programming Language :: Python :: 3.11",
54
53
  "Programming Language :: Python :: 3.12",
55
54
  "Topic :: System :: Monitoring",
56
55
  ]
57
- requires-python = "~=3.8"
56
+ requires-python = "~=3.9"
58
57
  dependencies = [
59
- "apache-airflow-providers-common-sql>=1.17.0rc0",
60
- "apache-airflow>=2.8.0rc0",
58
+ "apache-airflow-providers-common-sql>=1.17.0",
59
+ "apache-airflow>=2.8.0",
61
60
  "elasticsearch>=8.10,<9",
62
61
  ]
63
62
 
64
63
  [project.urls]
65
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.1"
66
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.1/changelog.html"
64
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.2"
65
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/5.5.2/changelog.html"
67
66
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
68
67
  "Source Code" = "https://github.com/apache/airflow"
69
68
  "Slack Chat" = "https://s.apache.org/airflow-slack"