Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this Page

Table of Contents
maxLevel2
excludeOlder Versions|Additional Resources|Related Links|Related Information

Required. The Using this option creates a table with all columns of type STRING

Snap type:

Write


Description:

This Snap executes a Vertica bulk load.
 

Prerequisites:

None.

Support and limitations:Does not work in Ultra Pipelines.
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:


InputThis Snap has exactly one input view.
OutputThis Snap has at most one output view.
Error

This Snap has at most one error view and produces zero or more documents in the view.

Note
Database Write Snaps output all records of a batch (as configured in your account settings) to the error view if the write fails during batch processing.



Settings

Label*


Required. The Specify 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 

*


Specify 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.

Note

The values can be passed using the pipeline You can pass the values using Pipeline parameters but not the upstream parameterparameters.

Examplepublic

Default value: [None]

Table name*


Required. The Specify the table on which to execute the insert operation.

Note

The values can be passed using the pipeline parameters but not the upstream parameter.

Default value: None
Exampleemp

Default value: [None]

Create table if not present


Whether the table should be automatically created if not already present.

Note
Insert excerpt
Redshift - Bulk Load
Redshift - Bulk Load
nopaneltrue

Default value:  Not selected

Truncate data


Truncate the existing data before performing the data load. With the Bulk Update Snap, instead of executing truncate and then update, using a Bulk Insert Snap would be faster.

Default value:  Not selected

Maximum error count


Required. The Specify the maximum number of rows that can fail before the bulk load operation is stopped.

Default value0
Example: 10Default value: 0

Truncate columns


Truncate column values that are larger than the maximum column length in the table.
Default value:  Selected

Additional options


Additional options to be passed to the COPY command. See Copy Parameters for the available options.

Default value: [None]

Multiexcerpt include macro
nameSnap Execution
pageSOAP Execute

Multiexcerpt include macro
nameExecution_Detail_Write
pageSOAP Execute


Note

Instead We recommend you to use Vertica - Multi Execute Snap, instead of building multiple Snaps with inter dependent DML queries, it is recommended to user the Multi Execute Snap.
In a scenario where the downstream Snap does depend depends on the data processed on an Upstream upstream Database Bulk Load Snap, use the Script Snap  Snap to add delay for the data to be available.

For example, when performing a create, insert and a delete function sequencially sequentially on a pipeline, Pipeline using a Script Snap helps in create creating a delay between the insert and delete function or otherwise it may so happen that the delete function is triggered even before inserting the records on the table.

Multiexcerpt include macro
nameTemporary Files
pageJoin

Insert excerpt
Vertica Snap Pack
Vertica Snap Pack
nopaneltrue