This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Redshift

Overview

Redshift connector pulls data from the remote database.

The source is using Airbyte docker image (@airbyte/source-redshift). Learn more how Airbyte-based sources work

How to connect

Please read setup guide for more information.

Connection Parameters

ParameterDocumentation
host*
string
(required)
Host Endpoint of the Redshift Cluster (must include the cluster-id, region and end with .redshift.amazonaws.com)
port*
integer
(required)
Port of the database.
database*
string
(required)
Name of the database.
username*
string
(required)
Username to use to access the database.
password*
string
(required)
Password associated with the username.