Skip to content

Commit 496d4d3

Browse files
committed
need to be owner
1 parent d5c6fea commit 496d4d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If found, it uses the table’s configuration to decide which materialized views
2828
- The hours column must contain UTC hours (not local time).
2929
- If a view should refresh every hour, you can either list all 24 hours or just automate in your schema setup.
3030
- The job assumes the name matches exactly the materialized view in that schema.
31-
- The role `app_materializedviewrefresher` must must have USAGE on your schema and SELECT on the `materializedview` table.
31+
- The role `app_materializedviewrefresher` must must have USAGE on your schema and SELECT on the `materializedview` table, and be OWNER of that table.
3232

3333
## Creating the Table
3434
```sql

0 commit comments

Comments
 (0)