mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
doc(redshift): Add grant statements (#4559)
This commit is contained in:
parent
7c3ad3d293
commit
cd43a4a543
@ -16,6 +16,8 @@ This source needs to access system tables that require extra permissions.
|
||||
To grant these permissions, please alter your datahub Redshift user the following way:
|
||||
```sql
|
||||
ALTER USER datahub_user WITH SYSLOG ACCESS UNRESTRICTED;
|
||||
GRANT SELECT ON pg_catalog.svv_table_info to datahub_user;
|
||||
GRANT SELECT ON pg_catalog.svl_user_info to datahub_user;
|
||||
```
|
||||
:::note
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user