| Products | Versions |
|---|---|
| Spotfire Analyst | All versions |
If a customer is using Google BigQuery as a data source in information designer tool from the below community article, you may not able to see Materialized Views.
https://community.spotfire.com/articles/spotfire/spotfire-jdbc-data-access-connectivity-details/#wiki-header-31
To see Materialized Views, you need to add the following XML setting in the data source template of Google BigQuery.
<table-types>TABLE,VIEW,MATERIALIZED_VIEW</table-types>
<jdbc-type-settings>
<type-name>BigQuery</type-name>
<driver>com.simba.googlebigquery.jdbc41.Driver</driver> <connection-url-pattern>jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=<project>;OAuthType=0;OAuthServiceAcctEmail=xxxxxx@developer.gserviceaccount.com;OAuthPvtKeyPath=D:\\path\file</connection-url-pattern>
<table-types>TABLE,VIEW,MATERIALIZED_VIEW</table-types>
<supports-catalogs>true</supports-catalogs>
<supports-schemas>true</supports-schemas>
<supports-procedures>false</supports-procedures>
<column-name-pattern>$$name$$</column-name-pattern>
<table-name-pattern>$$name$$</table-name-pattern>
<schema-name-pattern>$$name$$</schema-name-pattern>
<catalog-name-pattern>$$name$$</catalog-name-pattern>
<procedure-name-pattern>$$name$$</procedure-name-pattern>
<column-alias-pattern>$$name$$</column-alias-pattern>
</jdbc-type-settings>
This article explains how to make Google BigQuery materialized views visible in Spotfire Information Designer.
Doc: XML settings for data source templates
Community article: