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 d5c6fea commit 496d4d3Copy full SHA for 496d4d3
1 file changed
readme.md
@@ -28,7 +28,7 @@ If found, it uses the table’s configuration to decide which materialized views
28
- The hours column must contain UTC hours (not local time).
29
- If a view should refresh every hour, you can either list all 24 hours or just automate in your schema setup.
30
- 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.
+- The role `app_materializedviewrefresher` must must have USAGE on your schema and SELECT on the `materializedview` table, and be OWNER of that table.
32
33
## Creating the Table
34
```sql
0 commit comments