Skip to content

Commit cd40d4f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2d46d10 of spec repo
1 parent 4895fb3 commit cd40d4f

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "d02c8a3",
3-
"generated": "2025-08-08 12:07:20.979"
2+
"spec_repo_commit": "2d46d10",
3+
"generated": "2025-08-12 12:51:33.547"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18828,7 +18828,6 @@ components:
1882818828
the query. When true, events with missing group-by fields are processed
1882918829
with `N/A`, replacing the missing values.
1883018830
example: false
18831-
readOnly: true
1883218831
type: boolean
1883318832
metrics:
1883418833
description: Group of target fields to aggregate over when using the sum,
@@ -37336,7 +37335,6 @@ components:
3733637335
the rule. When true, events with missing group-by fields are processed
3733737336
with `N/A`, replacing the missing values.
3733837337
example: false
37339-
readOnly: true
3734037338
type: boolean
3734137339
index:
3734237340
description: '**This field is currently unstable and might be removed in

src/datadog_api_client/v2/model/historical_job_query.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ def openapi_types(_):
5353
"name": "name",
5454
"query": "query",
5555
}
56-
read_only_vars = {
57-
"has_optional_group_by_fields",
58-
}
5956

6057
def __init__(
6158
self_,

src/datadog_api_client/v2/model/security_monitoring_standard_rule_query.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ def openapi_types(_):
5959
"name": "name",
6060
"query": "query",
6161
}
62-
read_only_vars = {
63-
"has_optional_group_by_fields",
64-
}
6562

6663
def __init__(
6764
self_,

0 commit comments

Comments
 (0)