LogoLogo
codatum.comSign InStart for free
  • Introduction
  • Getting Started
    • Quick Start
    • Concept (Further reading)
      • Why did we a choose Block Editor over Cell-based Editor?
  • Connect and Manage Data
    • Connection
      • Sync Table Metadata
    • Supported Warehouses
      • BigQuery
      • Snowflake
      • Redshift
      • Other Warehouses
    • Catalog
    • Quick Search
  • Data Exploration
    • Data Exploration Overview
    • Notebook
      • Doc Page
      • Grid Page
      • SQL Block
      • Version
      • Notebook FAQ
    • Chart
    • Explorer
    • Parameter
      • Parameter Types
      • Escape and Dynamic Reference
      • Dynamic Select Options
    • (Appendix) Cache
  • AI Assist
    • AI Analyst
  • Sharing
    • Sharing Overview
    • Teamspace
    • Sharing per notebook
    • Report
    • Public Link
    • Signed Embed
      • How to Set Up Signed Embed
  • Account Management
    • Account
    • Account Settings
  • Workspace & User Management
    • Workspace
    • User Management
      • Invitation
      • Group
  • Security
    • Security Overview
    • Audit logs
    • IP Access Control
  • Access control
    • Access Control Overview
    • Access Control for Workspace
    • Access Control for Resources
      • Access Control for Group
      • Access Control for Teamspace
      • Access Control for Notebook
      • Access Control for Connection
      • Access Control for Report
  • [Under Construction] Plan and Billing
    • Limit and usage
    • Downgrade and cancel
  • Best Practices
    • Advanced Control Structures in SQL
  • Other considerations
    • System requirements
Powered by GitBook

Reference

  • Privacy policy
  • Terms of service
  • JP Docs Site
On this page
  • How to Set Up
  • 1. Necessary preparations in AWS Console
  • 2. Register Redshift connection in Codatum

Was this helpful?

  1. Connect and Manage Data
  2. Supported Warehouses

Redshift

How to set up the Redshift connection and additional notes on using it

With Codatum, you can connect, query, and manage data of Redshift.

This feature is currently in preview. Functionality and availability may change without notice.

We'd love your feedback.

How to Set Up

Redshift integration targets RA3 node clusters and serverless configurations.

1. Necessary preparations in AWS Console

Grant the Necessary Privileges

Create a role for integration and grant privileges.

  • Grant USAGE privilege on the schema you want to use to that role

  • Grant SELECT privilege on the tables you want to use to that role

  • Grant SELECT privilege on the system view svv_table_info to that role

Create IAM User and Grant Policies

  • Create an IAM user for integration and grant the AmazonRedshiftFullAccess policy

Creat Secret in Secrets Manager

  • Specify the Data Warehouse you want to connect to and create a Secret

  • Add a tag named RedshiftDataFullAccess to the created Secret (Value can be empty)

2. Register Redshift connection in Codatum

Finally, create a Redshift connection in Codatum.

  • Select Add Connection from Connections in Workspace Settings

  • Enter Connection Name

  • Select Access Level

  • Enter Account ID

    • This is your AWS account ID.

  • Enter Region

    • This is the region where your Redshift resources are located.

  • Select Connection Type

    • If you select Cluster:

      • Enter Cluster Identifier

      • Enter Default Database

        • This is the target database for connection. This setting does not restrict queryable databases, schemas, or tables.

    • If you select Serverless:

      • Enter Serverless Namespace

      • Enter Serverless Workgroup Name

      • Enter Default Database

        • This is the target database for connection. This setting does not restrict queryable databases, schemas, or tables.

  • Enter AWS Access Key

    • Use the access key of the IAM user prepared in Step 1.

  • Enter AWS Secret Access Key

    • Use the secret access key of the IAM user prepared in Step 1.

  • Enter Secret ARN

    • Use the Secret ARN of the Secret prepared in Step 1.

Once you have completed the input, perform a connection test and then save the connection.

PreviousSnowflakeNextOther Warehouses

Last updated 1 day ago

Was this helpful?