Redshift Connector
Install PipeRider with the Redshift connector and connect to a data source.
Installation
Configuration (DBT)
Run the diagnose command in the dbt project
If you can successfully connect to Redshift using dbt, PipeRider can also connect to Redshift using the same profile settings. For details, please refer to the dbt Redshift adapter documentation.
Configuration (Non-DBT)
non-dbt use case is deprecated since v0.25.0
Initialize a new PipeRider project using piperider init
and when prompted select Redshift as the data source.
The following information is required.
Redshift Endpoint URL
Authentication method (password or iam)
Example initialization steps
IAM steps
Password steps
Test connection settings
After configuring your connection settings, ensure that PipeRider can connect to your Redshift data source.
If connection timeout expired occurs, please try it later, in case, Redshift service was asleep.
Last updated