Concepts
Connectors
- Sources
- Destinations
Destinations
Redshift
Required settings
- Redshift endpoint
- Schema name
- Service account
Creating a service account
Copy
Ask AI
CREATE USER artie_transfer WITH PASSWORD 'password';
GRANT SELECT, INSERT, UPDATE, DELETE, DROP, ALTER ON ALL TABLES IN SCHEMA schema_name TO artie_transfer;
GRANT CREATE, USAGE ON SCHEMA schema_name TO artie_transfer;
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.