add_dashboard_element
Add a visualization tile to a dashboard by defining a query or embedding a saved Look.
Instructions
Add a visualization tile to a dashboard. Requires a query definition (model, view, fields) or a saved Look ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | ID of the dashboard | |
| title | Yes | Title for the tile | |
| type | No | Element type: 'vis' (visualization), 'text', 'filter' | vis |
| look_id | No | ID of a saved Look to embed | |
| query_model | No | LookML model for an inline query | |
| query_view | No | Explore/view for an inline query | |
| query_fields | No | Fields for an inline query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |