API to fetch lineage information for objects. These paths are the links from the nearest sources and target objects in their lineage graph. Note: Objects not existing in Alation will have is_temp = True
. Supported otypes
are Table
, Column/Attribute
, BIDatasource
, BIDatasourceColumn
, BIReport
, BIReportColumn
, File
, Directory
, External
and Dataflow
.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/lineage/?otype=table&keyField=id' \
--header 'accept: application/json'