We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaeede commit c48ebafCopy full SHA for c48ebaf
ads/opctl/operator/lowcode/anomaly/utils.py
@@ -80,6 +80,6 @@ def default_signer(**kwargs):
80
81
82
def select_auto_model(operator_config):
83
- if operator_config.spec.datetime_column is not None:
+ if operator_config.spec.datetime_column.name is not None:
84
return SupportedModels.AutoTS
85
return SupportedModels.IsolationForest
0 commit comments