Get Derived Table graph for model

Version 4.0.24.6 (latest)

Discover information about derived tables

Request

GET /derived_table/graph/model/{model}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
model
string
The name of the Lookml model.
query
HTTP Query
Expand HTTP Query definition...
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

200: Derived Table

Datatype
Description
(object)
graph_text
string
The graph structure in the dot language that can be rendered into an image.

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples