Get subgraph of derived table and dependencies

Version 4.0.24.6 (latest)

Get the subgraph representing this derived table and its dependencies.

Request

GET /derived_table/graph/view/{view}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
view
string
The derived table's view name.
query
HTTP Query
Expand HTTP Query definition...
models
string
The models where this derived table is defined.
workspace
string
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
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