Amazon Redshift
This page describes how to sync data to your Redshift data warehouse.
Getting Started
Credential
Description
๐ Permissions
-- Note that creating a user may be redundant if you're already configured
-- Redshift as a source.
-- Give the census user the ability to sign in with a password
CREATE USER CENSUS WITH PASSWORD '<strong, unique password>';
-- Let the census user see this schema
GRANT USAGE ON SCHEMA "<your schema>" TO CENSUS;
-- Let the census user read all existing tables in this schema
-- Note: this can also be granted to specific tables as well
GRANT SELECT, INSERT, UPDATE ON ALL TABLES IN SCHEMA "<your schema>" TO CENSUS;Supported Objects and Sync Behaviors
Advanced Network Configuration
Need help connecting to Redshift?
Last updated
Was this helpful?
