This is not an official Google product
This Data Studio Community Connector lets users query Fusion Tables that they have access to. This Community Connector uses the Fusion Tables Service in Apps Script.
You can try out the managed deployment of the latest code: Fusion Tables Community Connector
Use the deployment guide to deploy the Community Connector yourself.
Since Fusion Tables Service is an Advanced Service in Apps Script, you must enable the service before use. To enable the Fusion Tables Service, follow the Apps Script Enabling Advanced Services Guide.
- Apps Script Services
Fusion Tables Service is an Advanced Service in Apps Script. You can use this Community Connector as an example to implement other Advanced Google Services in Apps Script to fetch data. - Dynamic schemas
Example of dynamically generating schemas for connectors that do not have a fixed schema. - Using the sampleExtraction property
Example of returning sample data for more efficient getData queries when sampleExtraction istrue
. Learn more about sampleExtraction.