[Cloud Insights] Accessing dwh_custom data In NetApp Cloud Insights Cognos

In the NetApp Cloud Insights world, all schemas are prefixed with tenant id.

So, if we have a dwh_custom table called say special_storage_data, to access it in Cognos, we would do (this is a very simple example):

select * from #getConfigurationEntry('TENANT_ID')#_dwh_custom.special_storage_data


Comments