Version 4.0.24.14
Get the subgraph representing this derived table and its dependencies.
Request
GET
/derived_table/graph/view/{view}
Datatype
Description
Request
path
Expand HTTP Path definition...
view
The derived table's view name.
query
Expand HTTP Query definition...
models
The models where this derived table is defined.
workspace
The model directory to look in, either `dev` or `production`.
Response
200: Graph of the derived table component, represented in the DOT language.
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