Skip to content

Commit 138d08d

Browse files
authored
[CI] Bump Elasticsearch stack version (#2807)
* [CI] Bump Elasticsearch stack version * Ignore agentless templates * Run nox -rs format
1 parent be16273 commit 138d08d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
PYTHON_VERSION: "{{ matrix.python }}"
77
TEST_SUITE: "platinum"
8-
STACK_VERSION: "8.16.0-SNAPSHOT"
8+
STACK_VERSION: "9.1.0-SNAPSHOT"
99
PYTHON_CONNECTION_CLASS: "{{ matrix.connection }}"
1010
NOX_SESSION: "{{ matrix.nox_session }}"
1111
matrix:

elasticsearch/dsl/types.py

-2
Original file line numberDiff line numberDiff line change
@@ -4345,14 +4345,12 @@ class BulkIndexByScrollFailure(AttrDict[Any]):
43454345
:arg id: (required)
43464346
:arg index: (required)
43474347
:arg status: (required)
4348-
:arg type: (required)
43494348
"""
43504349

43514350
cause: "ErrorCause"
43524351
id: str
43534352
index: str
43544353
status: int
4355-
type: str
43564354

43574355

43584356
class CardinalityAggregate(AttrDict[Any]):

test_elasticsearch/utils.py

+3
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ def is_xpack_template(name):
425425
return True
426426

427427
return name in {
428+
"agentless",
429+
"agentless@mappings",
430+
"agentless@settings",
428431
"apm-10d@lifecycle",
429432
"apm-180d@lifecycle",
430433
"apm-390d@lifecycle",

0 commit comments

Comments
 (0)