Loader Redshift
Redshift loader enables to load the data from Meiro Integrations to Redshift.
Data In/Data Out
Data In |
|
Data Out | N/A |
Learn more: about the folder structure here.
Parameters
Access Key ID (required)
|
The AWS Access Key ID, looks like AKIA**** and you need to create it in the Credential section of your AWS S3 account: My_AWS -> My Security Credentials -> Access keys (access key ID and secret access key) -> Create New Access Key -> Download Key File |
Secret Access Key (required) |
The AWS Secret Access Key is provided by the AWS when you create a new AWS Access Key: My_AWS -> My Security Credentials -> Access keys (access key ID and secret access key) -> Create New Access Key -> Download Key File. |
Bucket (required) | |
|
Provide a prefix to key names of the files For example, if you wish to upload data in the directory |
Learn more: on how to create your Redshift Access Key can be found here.
Learn more: on how to create your Redshift Secret Access Key can be found here.
Host (required) | |
Port (required) | The port number you want to access. |
Database (required) | |
Schema (required) | |
User (required) | |
Password (required) |
Enabled | |
SSH Host |
Input Table (required) | |
DB Table Name (required) | |
Export | |
Incremental | |
Column (required) | Defines primary key column. Can be used with incremental load. Incremental load with primary key - just rows with unique primary key will be loaded. Primary keys witnout incremental - all rows loaded, but columns set as primary key in loader will be also PKs in destination. |
Column Name (required) | |
DB Column Name (required) | |
Data Type (required) | |
Size | |
Nullable | |
Default Value | The default value that is inserted for empty values in the column. For example, inserts NULLs in destination columns database for empty strings in csv file. - inserts - for empty strings. |