HiveLineageResource
Jersey Resource for Hive Table Lineage.
The following resources are applicable:
- /lineage/hive/table/{tableName}/inputs/graph
- /lineage/hive/table/{tableName}/outputs/graph
- /lineage/hive/table/{tableName}/schema
/lineage/hive/table/{tableName}/inputs/graph
GET
Returns the inputs graph for a given entity.
Parameters
name | description | type | default |
---|---|---|---|
tableName | table name | path |
Response Body
element: | (custom) |
media types: | application/json |
(no documentation provided)
/lineage/hive/table/{tableName}/outputs/graph
GET
Returns the outputs graph for a given entity.
Parameters
name | description | type | default |
---|---|---|---|
tableName | table name | path |
Response Body
element: | (custom) |
media types: | application/json |
(no documentation provided)
/lineage/hive/table/{tableName}/schema
GET
Return the schema for the given tableName.
Parameters
name | description | type | default |
---|---|---|---|
tableName | table name | path |
Response Body
element: | (custom) |
media types: | application/json |
(no documentation provided)