Skip to content

Commit

Permalink
doc(redshift): Add grant statements (#4559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiram98 authored Apr 8, 2022
1 parent 7c3ad3d commit cd43a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata-ingestion/source_docs/redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd43a4a

Please sign in to comment.