Connect your Redshift
Step 1: Create a Whaly read only user in Redshiftโ
CREATE USER whaly_bi WITH ENCRYPTED PASSWORD 'some_password_here';
GRANT CONNECT ON DATABASE database_name to whaly_bi;
\c database_name
GRANT SELECT ON TABLE information_schema.tables TO looker;
GRANT SELECT ON TABLE information_schema.columns TO looker;
GRANT SELECT ON ALL SEQUENCES IN SCHEMA public TO whaly_bi;
GRANT SELECT ON ALL TABLES IN SCHEMA public TO whaly_bi;Step 2: Set up Redshift as a destination in Whaly
Host
Port
Database
User
Password
Step 3: Secure the database connection
Last updated
Was this helpful?
