From 2f832964760972978b1d742f434816557888436f Mon Sep 17 00:00:00 2001 From: Allen Date: Tue, 12 Sep 2023 11:48:08 +0100 Subject: [PATCH] update default yaml --- ads/opctl/operator/lowcode/forecast/schema.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ads/opctl/operator/lowcode/forecast/schema.yaml b/ads/opctl/operator/lowcode/forecast/schema.yaml index 96627207b..1911a5fd8 100644 --- a/ads/opctl/operator/lowcode/forecast/schema.yaml +++ b/ads/opctl/operator/lowcode/forecast/schema.yaml @@ -171,7 +171,7 @@ spec: type: dict report_file_name: - required: true + required: false type: string default: report.html meta: @@ -196,7 +196,7 @@ spec: target_column: type: string required: true - default: "Sales" + default: target datetime_column: type: dict @@ -205,7 +205,7 @@ spec: name: type: string required: true - default: last_day_of_week + default: Date format: type: string required: false @@ -217,18 +217,19 @@ spec: type: string horizon: - required: false + required: true schema: periods: type: integer - required: false + default: 3 + required: true interval: type: integer required: false interval_unit: - required: false + required: true type: string - default: auto + default: M allowed: - S - M