From 90cf98c734b90c2550f86149aac5e8ad15d5fba5 Mon Sep 17 00:00:00 2001 From: pawan1210 Date: Wed, 24 Sep 2025 09:41:42 +0000 Subject: [PATCH] fix: added missing validations --- metadata.display.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/metadata.display.yaml b/metadata.display.yaml index 43cc9dda..b801a766 100644 --- a/metadata.display.yaml +++ b/metadata.display.yaml @@ -98,6 +98,14 @@ spec: title: Source Uris regexValidation: ^gs://([a-z0-9]([a-z0-9-.]*[a-z0-9])?)/([^#?]+)?$ validation: Must be a valid Google Cloud Storage URI. + google_sheets_options: + name: google_sheets_options + title: Google Sheets Options + properties: + skip_leading_rows: + name: skip_leading_rows + title: Skip Leading Rows + min: 0 hive_partitioning_options: name: hive_partitioning_options title: Hive Partitioning Options @@ -124,6 +132,10 @@ spec: value: UTF-8 - label: ISO-8859-1 value: ISO-8859-1 + skip_leading_rows: + name: skip_leading_rows + title: Skip Leading Rows + min: 0 location: name: location title: Location @@ -150,6 +162,8 @@ spec: max_time_travel_hours: name: max_time_travel_hours title: Max Time Travel Hours + min: 48 + max: 168 project_id: name: project_id title: Project Id