Skip to content

Commit 0ea1504

Browse files
authored
fix: added missing validations (#425)
1 parent 28accbd commit 0ea1504

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

metadata.display.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ spec:
9898
title: Source Uris
9999
regexValidation: ^gs://([a-z0-9]([a-z0-9-.]*[a-z0-9])?)/([^#?]+)?$
100100
validation: Must be a valid Google Cloud Storage URI.
101+
google_sheets_options:
102+
name: google_sheets_options
103+
title: Google Sheets Options
104+
properties:
105+
skip_leading_rows:
106+
name: skip_leading_rows
107+
title: Skip Leading Rows
108+
min: 0
101109
hive_partitioning_options:
102110
name: hive_partitioning_options
103111
title: Hive Partitioning Options
@@ -124,6 +132,10 @@ spec:
124132
value: UTF-8
125133
- label: ISO-8859-1
126134
value: ISO-8859-1
135+
skip_leading_rows:
136+
name: skip_leading_rows
137+
title: Skip Leading Rows
138+
min: 0
127139
location:
128140
name: location
129141
title: Location
@@ -150,6 +162,8 @@ spec:
150162
max_time_travel_hours:
151163
name: max_time_travel_hours
152164
title: Max Time Travel Hours
165+
min: 48
166+
max: 168
153167
project_id:
154168
name: project_id
155169
title: Project Id

0 commit comments

Comments
 (0)