Skip to content

Commit b36fe15

Browse files
fix: update elasticsearch_version input to be optional in the DA and set default value to __NULL__ (which will display as preferred in the UI) (#392)
1 parent 4c479d8 commit b36fe15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ibm_catalog.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,13 @@
196196
},
197197
{
198198
"key": "elasticsearch_version",
199-
"required": true,
199+
"required": false,
200+
"default_value": "__NULL__",
200201
"options": [
202+
{
203+
"displayname": "preferred",
204+
"value": "__NULL__"
205+
},
201206
{
202207
"displayname": "8.15",
203208
"value": "8.15"

0 commit comments

Comments
 (0)