Get Derived Table graph for model

Version 4.0.25.2 (latest)

Discover information about derived tables

Request

GET /derived_table/graph/model/{model}
Datatype
Description
Request
HTTP Request
path
HTTP Path
model
string
The name of the Lookml model.
query
HTTP Query
format
string
The format of the graph. Valid values are [dot]. Default is `dot`
color
string
Color denoting the build status of the graph. Grey = not built, green = built, yellow = building, red = error.

Response

Datatype
Description
(object)
graph_text
string
The graph structure in the dot language that can be rendered into an image.
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples