Vertica - Delete
Snap type: | Write | |||||||
|---|---|---|---|---|---|---|---|---|
Description: | This Snap executes a SQL DELETE with the given properties. | |||||||
Prerequisites: | N/A | |||||||
Support and limitations: | Works in Ultra Tasks. | |||||||
Account: | This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Configuring Vertica 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 | Required. The database schema name. Selecting a schema filters the Table name list to show only those tables within the selected schema. The property is suggestible and retrieves available database schemas during suggest values. The values can be passed using the pipeline parameters but not the upstream parameter. Example: public | |||||||
Table name | Required. The table on which to execute the insert operation. The values can be passed using the pipeline parameters but not the upstream parameter. Example: emp | |||||||
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. Specify a valid WHERE clause for the delete condition. If you leave this field blank, the Snap deletes all the records from the table. Examples:
Caution Using expressions that join strings together to create SQL queries or conditions has a potential SQL injection risk and is hence unsafe. Ensure that you understand all implications and risks involved before using concatenation of strings with '=' Expression enabled.
| |||||||
Number of retries | The maximum number of times that the process must be retried before displaying an error. Default value: 0 | |||||||
Retry interval (seconds) | The maximum resting time in seconds between subsequent retries. Default value: 1 | |||||||
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2026 SnapLogic, Inc.