- Visit Google Apps Script and create a new project.
- You should see a shell project with a blank
myFunctionfunction in theCode.gsfile. Delete themyFunctionfunction and copy over the contents of themain.jsfile from the repository. - If the repository has any other
.jsor.gsfile, you will need to create those files in Apps Scripts environment(File > New > Script File) and copy over the content. - In the Apps Script development environment, select View > Show manifest
file. This will create a new
appsscript.jsonmanifest file. Remove all content from this manifest file and replace it with the content of theappsscript.jsonfile in the repository. - To use the Community Connector in Data Studio, follow the guide on Community Connector Developer site.