On this Page
Table of Contents | ||||
---|---|---|---|---|
|
Snap type: | Write | |
---|---|---|
Description: | This Snap executes a SQL delete with the given properties. | |
Prerequisites: | [None] | |
Support and limitations: | Works in Ultra |
Account: | This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Configuring PostgreSQL Accounts for information on setting up this type of account. | |||||||
---|---|---|---|---|---|---|---|---|
Views: |
| |||||||
Settings | ||||||||
Label | Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline. | |||||||
Schema name | The database schema name. Selecting a schema filters the Table name list to show only those tables within the selected schema.
| |||||||
Table name | Required. Table name to execute the delete on.
| |||||||
Delete condition (deletes all records from table if left blank) | This is an expression property to specify the SQL WHERE clause of the delete statement. The delete condition may also be passed via an upstream Snap or through the pipeline parameters. |
An example of a delete statement can be seen here. |
Examples:
|
Default value: [None] | ||||||||||||||
Number of retries | Specifies the maximum number of attempts to be made to receive a response. The request is terminated if the attempts do not result in a response. Example: 3 Default value: 0 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Retry interval (seconds) | Specifies the time interval between two successive retry requests. A retry happens only when the previous attempt resulted in an exception. Example: 10 Default value: 1 | |||||||||||||
|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|