information_schema
: Grant read access permissions to the tables within Redshift as well as the information_schema
schema. This allows Databrain to retrieve necessary information and replicate data accurately. You can assign appropriate permissions to the user or role accessing Redshift to enable reading from tables and accessing metadata stored in the information_schema
.GRANT SELECT ON ALL TABLES IN SCHEMA schema_name TO your_user_or_role;
redshift.amazonaws.com
5439
"public"
.information_schema
Endpoint
listed.5439
for Amazon Redshift. Confirm this in the “Cluster Details” or “Properties” tab where you found the Endpoint.public
. Verify and manage schemas using SQL client tools connected to your Redshift cluster.