We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672efcd commit ba24297Copy full SHA for ba24297
component.json
@@ -105,7 +105,8 @@
105
},
106
"select": {
107
"main": "io.elastic.jdbc.triggers.SelectTriggerOld",
108
- "title": "SELECT",
+ "title": "SELECT (Deprecated)",
109
+ "description": "This trigger is already deprecated. Please use 'Select' trigger",
110
"type": "polling",
111
"fields": {
112
"tableName": {
@@ -132,7 +133,7 @@
132
133
"actions": {
134
"createOrUpdateRecord": {
135
"main": "io.elastic.jdbc.actions.CreateOrUpdateRecord",
- "title": "Create or update record",
136
+ "title": "Create or update record (Deprecated)",
137
138
139
"viewClass": "SelectView",
0 commit comments