Skip to content

Commit 37bf47a

Browse files
authored
Update materialized-views copy to remove inability to refresh outside schedule.md
1 parent 647bc2c commit 37bf47a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/query/materialized-views.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Some key things to keep in mind:
4343

4444
## To query a materialized view
4545

46-
Wait for materialized view to finish creation first. It should be roughly similar to time the query normally takes to execute - maybe a bit longer due to time it takes to write the new table.
46+
Wait for a materialized view to finish creation first. It should be roughly similar to the time the query normally takes to execute - maybe a bit longer due to time it takes to write the new table.
4747

4848
Query the materialized view via `dune.<username>.result_<queryId>` (displayed in modal)
4949
If your username starts with a number, you’ll need to wrap the <username> in quotes i.e. `dune.”123co”.result567`
5050

51-
Eventually, you’ll be able to query by the materialized view name specified during the materialized view creation flow but that doesn’t work yet.
51+
Eventually, you can query by the materialized view name specified during the materialized view creation flow but that doesn’t work yet.
5252

5353
!!! info
5454
When you query a materialized view in another query, it does not rerun the materialized view (unlike query views).
@@ -57,9 +57,8 @@ Eventually, you’ll be able to query by the materialized view name specified du
5757
We still have several more things to work on. Things we know that aren’t working include:
5858

5959
1. Hiding/showing a materialized view in the right context based on the context switcher might not work perfectly.
60-
3. Currently there is no way to force refresh a materialized view outside the normally set schedule (we are looking to add this later).
61-
3. Marking a materialized view as private does not work yet. Private materialized views will be available on premium tier plans and above in late August.
62-
4. All materialized views can be seen by other alpha testers currently (and later the public)
60+
2. Marking a materialized view as private does not work yet. Private materialized views will be available on premium tier plans and above in early September.
61+
4. All non-private materialized views can be seen by other users (and later the public)
6362

6463
**Matviews are marked separately in your query list and can also be filtered on.**
6564

0 commit comments

Comments
 (0)