Lineage
List any manual lineages attached to an object in the specified direction
Query parameters
idintegerrequired
The ID of the object to list lineages for
typestring · enumrequired
The type of the object to list lineages for
Options:
dataset
, property
, chart
, dashboard
object_isstring · enumrequired
Whether the object is the source or target of the lineage
Options:
source
, target
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
422
Delete a manual lineage between two objects
Query parameters
source_idintegerrequired
The ID of the source object
source_typestring · enumrequired
The type of the source object
Options:
dataset
, property
, chart
, dashboard
target_idintegerrequired
The ID of the target object
target_typestring · enumrequired
The type of the target object
Options:
dataset
, property
, chart
, dashboard
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
422
No body
Last updated