create_look
Create a saved Look query with model, view, fields, and filters, then store it in a designated folder.
Instructions
Create a new saved Look with a query definition. The Look is saved in the specified folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new Look | |
| model | Yes | LookML model name | |
| view | Yes | Explore/view name | |
| fields | Yes | Fields to include in the query | |
| folder_id | Yes | Folder ID to save the Look in | |
| filters | No | Query filters | |
| sorts | No | Sort expressions | |
| limit | No | Row limit for the query | |
| description | No | Description of the Look |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |