You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ads/opctl/operator/lowcode/anomaly/schema.yaml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -133,10 +133,9 @@ spec:
133
133
134
134
datetime_column:
135
135
type: dict
136
-
required: true
137
-
default: {"name": "uid"}
136
+
required: false
138
137
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`"
0 commit comments