You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+62-6Lines changed: 62 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
This is an open source component for working with object-relational database management systems on [elastic.io platform](http://www.elastic.io"elastic.io platform").
@@ -117,10 +117,56 @@ The format of ``Start Polling From (optional)`` field should be like ``yyyy-mm-d
117
117
118
118
*Please Note: Component Snapshot will not be overwritten in Real-Time flows due to platform behaviour, so we strongly recommend to use Get Rows Polling trigger in Keen Flows only*
The action will execute an [SQL](https://en.wikipedia.org/wiki/SQL"SQL") query that can return multiple results, it has limitations on the query and suited only for SELECT type of queries.
@@ -175,7 +221,7 @@ As an input metadata you will get a Primary Key field to provide the data inside
175
221
The action will execute ``INSERT`` command into the table from ``Table`` dropdown list the values specified in the body.
176
222
177
223
#### List of Expected Config fields
178
-
224
+
*`Enable Rebound` if `Yes` in case of deadlocks rebound message using Sailor rebound mechanism, number of rebound can be specified via environment variable: `ELASTICIO_REBOUND_LIMIT` recommended value 3
179
225
#### Input fields description
180
226
##### Table
181
227
@@ -199,6 +245,7 @@ As output metadata, you will get execution insert result like:
The action will execute delete query from a ``Table`` dropdown field, as criteria can be used only [PRIMARY KEY](https://en.wikipedia.org/wiki/Primary_key"PRIMARY KEY"). The action returns count of affected rows.
201
247
Checkbox ``Don't throw Error on an Empty Result`` allows to emit an empty response, otherwise you will get an error on empty response.
248
+
`Enable Rebound` if `Yes` in case of deadlocks rebound message using Sailor rebound mechanism, number of rebound can be specified via environment variable: `ELASTICIO_REBOUND_LIMIT` recommended value 3
*`Enable Rebound` if `Yes` in case of deadlocks rebound message using Sailor rebound mechanism, number of rebound can be specified via environment variable: `ELASTICIO_REBOUND_LIMIT` recommended value 3
276
327
As an input metadata you will get all fields of selected table. [PRIMARY KEY](https://en.wikipedia.org/wiki/Primary_key"PRIMARY KEY") is required field (will mark as asterisk) and other input fields are optional.
0 commit comments