Skip to content

Commit 258764f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a93c9a1 of spec repo
1 parent d6dcdb3 commit 258764f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44118,6 +44118,7 @@ components:
4411844118
Set to `true` to continue using the legacy search syntax while migrating filter queries. After migrating all queries to the new syntax, set to `false`.
4411944119
The legacy syntax is deprecated and will eventually be removed.
4412044120
Requires Observability Pipelines Worker 2.11 or later.
44121+
Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines.
4412144122
See [Upgrade Your Filter Queries to the New Search Syntax](https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/) for more information.
4412244123
type: boolean
4412344124
required:

src/datadog_api_client/v2/model/observability_pipeline_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def __init__(
249249
:param use_legacy_search_syntax: Set to ``true`` to continue using the legacy search syntax while migrating filter queries. After migrating all queries to the new syntax, set to ``false``.
250250
The legacy syntax is deprecated and will eventually be removed.
251251
Requires Observability Pipelines Worker 2.11 or later.
252+
Only applies to ``logs`` pipelines. This field is ignored for ``metrics`` pipelines.
252253
See `Upgrade Your Filter Queries to the New Search Syntax <https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/>`_ for more information.
253254
:type use_legacy_search_syntax: bool, optional
254255
"""

0 commit comments

Comments
 (0)