looker-make-look
“looker-make-look” generates a Looker look in the users personal folder in Looker
About
The looker-make-look
creates a saved Look in the user’s
Looker personal folder.
It’s compatible with the following sources:
looker-make-look
takes eight parameters:
- the
model
- the
explore
- the
fields
list - an optional set of
filters
- an optional set of
pivots
- an optional set of
sorts
- an optional
limit
- an optional
tz
- an optional
vis_config
- the
title
- an optional
description
Example
tools:
make_look:
kind: looker-make-look
source: looker-source
description: |
make_look Tool
This tool creates a new look in Looker, using the query
parameters and the vis_config specified.
Most of the parameters are the same as the query_url
tool. In addition, there is a title and a description
that must be provided.
The newly created look will be created in the user's
personal folder in looker. The look name must be unique.
The result is a json document with a link to the newly
created look.
Reference
field | type | required | description |
---|---|---|---|
kind | string | true | Must be “looker-make-look” |
source | string | true | Name of the source the SQL should execute on. |
description | string | true | Description of the tool that is passed to the LLM. |