typo
This commit is contained in:
parent
6a5f6ad0ff
commit
70d296594f
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ Follow this to deploy the entire data infra.
|
|||
|
||||
GRANT USAGE ON SCHEMA reporting TO billingdb_reader;
|
||||
GRANT SELECT ON TABLE reporting.<some_table> TO billingdb_reader;
|
||||
GRANT SELECT ON TABLE reporting. <some_other_table> TO billingdb_reader;
|
||||
GRANT SELECT ON TABLE reporting.<some_other_table> TO billingdb_reader;
|
||||
...
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue