LineageResource
The following resources are applicable:
/lineage/{guid}/inputs/graph
GET
Returns input lineage graph for the given entity id.
Parameters
name | description | type | default |
---|---|---|---|
guid | dataset entity id | path |
Response Body
element: | (custom) |
media types: | application/json |
(no documentation provided)
/lineage/{guid}/outputs/graph
GET
Returns the outputs graph for a given entity id.
Parameters
name | description | type | default |
---|---|---|---|
guid | dataset entity id | path |
Response Body
element: | (custom) |
media types: | application/json |
(no documentation provided)
/lineage/{guid}/schema
GET
Returns the schema for the given dataset id.
Parameters
name | description | type | default |
---|---|---|---|
guid | dataset entity id | path |
Response Body
element: | (custom) |
media types: | application/json |
(no documentation provided)