More complex Looker API queries

It is also possible to directly access Looks via API and change the query parameters programmatically. This is useful both for more complex setups you cannot build in Google Sheets and when you also want to build an interactive version of the same interface.

The API requires a credentials. Instructions to set up credentials are here. You can also contact ChainArgos for credential support.

Looker's own API documentation is here. The examples are limited. You definitely want to understand both a minimal connection and a simple but realistic use case before bothering with those docs.

Last updated