Name | Type | Description | Notes |
---|---|---|---|
connection_name | string | Name of the db connection on which to run this query | [optional] |
connection_id | string | (DEPRECATED) Use `connection_name` instead | [optional] |
model_name | string | Name of LookML Model (this or `connection_id` required) | [optional] |
sql | string | SQL query | [optional] |
vis_config | object | Visualization configuration properties. These properties are typically opaque and differ based on the type of visualization used. There is no specified set of allowed keys. The values can be any type supported by JSON. A "type" key with a string value is often present, and is used by Looker to determine which visualization to present. Visualizations ignore unknown vis_config properties. | [optional] |