
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
get data from a materialized view from google big query
Hi
is it possible to load data from a materialized view from google big query, or can only tables be loaded here?
We are already using the big query connector and can also load data from tables, but the materialized views are not visible in the "select data to load" window. Any ideas?
thx and best regards
Julian

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looking at the documentation regarding materialized views in the list of limitations the following appears:
The data of a materialized view cannot be updated or manipulated directly using operations such as COPY, EXPORT, LOAD, WRITE, or data manipulation language (DML) statements.
Could this be the cause of the problem?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, thanks for your answer.
I don't know if that could be the reason.
But I found out that I can access the MV via SQL query. But it is still not displayed as an available table in the wizard.
