Skip to content

Commit 4b4bee3

Browse files
authored
Merge branch 'main' into generates_main_code
2 parents 86b6c2c + 138d08d commit 4b4bee3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 3 additions & 0 deletions
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)