Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.07 KB

SqlQueryCreate.md

File metadata and controls

14 lines (10 loc) · 1.07 KB

SqlQueryCreate

Properties

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]

[Back to Model list] [Back to API list] [Back to README]