Skip to content

Latest commit

 

History

History
 
 

fusion-tables

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Fusion Tables Community Connector for Data Studio

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.

Try the Community Connector in Data Studio

You can try out the managed deployment of the latest code: Fusion Tables Community Connector

Deploy the Community Connector yourself

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.

Examples and use cases covered in the connector

  • 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 is true. Learn more about sampleExtraction.