Destinations
Redshift
Required settings
To integrate Redshift with Artie, we will need the following settings.
- Redshift endpoint
- Service account
- Schema name
Creating a service account
CREATE USER artie_transfer WITH PASSWORD 'password';
GRANT SELECT, INSERT, UPDATE, DELETE, DROP, ALTER ON ALL TABLES
IN SCHEMA schema_name TO artie_transfer;
Was this page helpful?