Skip to content

Commit 76fe714

Browse files
Merge pull request data-integrations#673 from cloudsufi/hide-generic-fields-from-develop
[oracle] hide internal configuration fields in sink UI
2 parents a77e211 + a2beb0e commit 76fe714

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

oracle-plugin/widgets/Oracle-batchsink.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,82 @@
120120
]
121121
}
122122
},
123+
{
124+
"widget-type": "hidden",
125+
"label": "Treat as old timestamp",
126+
"name": "treatAsOldTimestamp",
127+
"widget-attributes": {
128+
"layout": "inline",
129+
"default": "false",
130+
"options": [
131+
{
132+
"id": "true",
133+
"label": "true"
134+
},
135+
{
136+
"id": "false",
137+
"label": "false"
138+
}
139+
]
140+
}
141+
},
142+
{
143+
"widget-type": "hidden",
144+
"label": "Treat precision less number as Decimal(old behavior)",
145+
"name": "treatPrecisionlessNumAsDeci",
146+
"widget-attributes": {
147+
"layout": "inline",
148+
"default": "false",
149+
"options": [
150+
{
151+
"id": "true",
152+
"label": "true"
153+
},
154+
{
155+
"id": "false",
156+
"label": "false"
157+
}
158+
]
159+
}
160+
},
161+
{
162+
"widget-type": "hidden",
163+
"label": "Treat Timestamp_LTZ as Timestamp",
164+
"name": "treatTimestampLTZAsTimestamp",
165+
"widget-attributes": {
166+
"layout": "inline",
167+
"default": "false",
168+
"options": [
169+
{
170+
"id": "true",
171+
"label": "true"
172+
},
173+
{
174+
"id": "false",
175+
"label": "false"
176+
}
177+
]
178+
}
179+
},
180+
{
181+
"widget-type": "hidden",
182+
"label": "Enable Xml Type",
183+
"name": "enableXmlType",
184+
"widget-attributes": {
185+
"layout": "inline",
186+
"default": "false",
187+
"options": [
188+
{
189+
"id": "true",
190+
"label": "true"
191+
},
192+
{
193+
"id": "false",
194+
"label": "false"
195+
}
196+
]
197+
}
198+
},
123199
{
124200
"name": "connectionType",
125201
"label": "Connection Type",

0 commit comments

Comments
 (0)