We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8663c commit fdd26d6Copy full SHA for fdd26d6
docs/data-management/connecting-dwh/redshift.md
@@ -57,7 +57,7 @@ You should create a new user and grant SELECT permissions to the tables the user
57
_**Note**: The password must contain at least one uppercase, one lowercase, and one numeric character._
58
59
```sql
60
-CREATE USER eppo_user WITH PASSWORD '<password>' SYSLOG ACCESS UNRESTRICTED;
+CREATE USER eppo_user WITH PASSWORD '<password>' SYSLOG ACCESS RESTRICTED;
61
```
62
63
3. Grant this user the appropriate privileges for any tables we will need to access. This
0 commit comments