mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-09 16:03:31 +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:
|
To grant these permissions, please alter your datahub Redshift user the following way:
|
||||||
```sql
|
```sql
|
||||||
ALTER USER datahub_user WITH SYSLOG ACCESS UNRESTRICTED;
|
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
|
:::note
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user