Skip to content

Commit 6fbd612

Browse files
committed
update to schema.yaml to make the datetime column not required
1 parent b85fbfa commit 6fbd612

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ads/opctl/operator/lowcode/anomaly/schema.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,9 @@ spec:
133133

134134
datetime_column:
135135
type: dict
136-
required: true
137-
default: {"name": "uid"}
136+
required: false
138137
meta:
139-
description: "`datetime_column` is required for time series anomaly detection, only non time-based anomaly detection models can be run without `datetime_column`"
138+
description: "`datetime_column` is required for time series anomaly detection, only non time-based anomaly detection models can be run without `datetime_column`"
140139
schema:
141140
name:
142141
type: string

0 commit comments

Comments
 (0)