Tableau - Google BigQuery configuration
Prerequisites
Tableau configuration
Connect to Google BigQuery
1
2
3

4
Test the connection
1
2
select
c.community_name,
d.domain_name,
a.*
from insights.asset a
join insights.domain d
on a.domain_id = d.domain_id
join insights.community c
on c.community_id = d.community_id3
4
Create the report
1

2
3
4
5
Publish the data
1
2
3
4
5

PreviousConfigure Google Cloud Platform for Collibra Insights consumptionNextRun a DQ Job from a PySpark notebook
Last updated
Was this helpful?