Version 4.0.24.12
Discover information about derived tables
Request
GET
/derived_table/graph/model/{model}
Datatype
Description
Request
path
Expand HTTP Path definition...
model
The name of the Lookml model.
query
Expand HTTP Query definition...
format
The format of the graph. Valid values are [dot]. Default is `dot`
color
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
lock
The graph structure in the dot language that can be rendered into an image.
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
Examples
TypeScript
https://github.com/looker-open-source/sdk-codegen/blob/main/examples/typescript/dependencyGraph.ts |