Share via


LineageGetByUniqueAttribute interface

Methods

get(LineageGetByUniqueAttributeParameters)

Return lineage info about entity.

In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format

attr:[attrName]=[attrValue]

NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName.

The REST request would look something like this:

GET /v2/lineage/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.

Method Details

get(LineageGetByUniqueAttributeParameters)

Return lineage info about entity.

In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format

attr:[attrName]=[attrValue]

NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName.

The REST request would look something like this:

GET /v2/lineage/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.

function get(options: LineageGetByUniqueAttributeParameters): StreamableMethod<LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse>

Parameters

Returns