Clears the cache for lineage-graphs api requests.
Returns the first generation upstream direct lineage. For each field QRI, will find any direct linege dataset or application.
Returns the first generation upstream direct lineage. For each field QRI, will find any direct linege dataset or application.
The qri for root node.
an object with query parameters
Optional
collapse?: booleanTo collapse internal nodes, set to true, false otherwise.
Optional
up?: numberThe number of upstream levels of nodes retrieved to get overview from. (5 if not provided, -1 means unlimited)
an object with the body content
Optional
options: ApiCallOptionsReturns next-level nodes inside a specified node on an impact analysis graph retrieved using a base node.
Returns next-level nodes inside a specified node on an impact analysis graph retrieved using a base node.
The QRI for base node.
an object with query parameters
Optional
down?: numberThe number of downstream resource levels nodes to retrieve. (5 if not provided, -1 means unlimited and 1 means direct lineage)
The level to get the nodes on.
The node in the downstream graph to get next-level nodes for. For instance, to get the TABLE level nodes inside a RESOURCE level node,
use the RESOURCE level QRI for the node. Similarly, use the TABLE level QRI to get the FIELD level nodes.
If a TABLE level QRI is used with level
parameter being TABLE
, only the RESOURCE level of the node will be
taken into consideration.
Optional
options: ApiCallOptionsReturns the expanded node and its edges. Up and downstream nodes are not part of the response, edges are. The id is the root node that lineage is requested for. The QRI of the node to expand is sent as the query parameter "node" for expansion.
Returns the expanded node and its edges. Up and downstream nodes are not part of the response, edges are. The id is the root node that lineage is requested for. The QRI of the node to expand is sent as the query parameter "node" for expansion.
The id (QRI) for the source node.
an object with query parameters
Optional
collapse?: booleanTo collapse internal nodes, set to true, false otherwise.
The level to expand to.
The QRI of the node in the upstream graph for expansion.
Optional
up?: numberThe number of upstream levels of nodes retrieved to expand. (5 if not provided, -1 means unlimited)
Optional
options: ApiCallOptionsReturns all RESOURCE level nodes that are impacted by a change in the source node. The number of tables and fields that are impacted for each resource are included as metadata. The id (QRI) can be on any level (FIELD, TABLE or RESOURCE) and the impact will be collected based on the starting QRI.
Returns all RESOURCE level nodes that are impacted by a change in the source node. The number of tables and fields that are impacted for each resource are included as metadata. The id (QRI) can be on any level (FIELD, TABLE or RESOURCE) and the impact will be collected based on the starting QRI.
The qri for root node.
an object with query parameters
Optional
down?: numberThe number of downstream resource levels nodes to retrieve. (5 if not provided, -1 means unlimited and 1 means direct lineage)
Optional
options: ApiCallOptionsReturns all levels of the requested root node. Only node information will be returned.
Returns all levels of the requested root node. Only node information will be returned.
The id (QRI) for root node.
Optional
options: ApiCallOptionsReturns lineage graphs for requested levels of a source node. The id (QRI) can point to an item on the field, table and resource level.
Returns lineage graphs for requested levels of a source node. The id (QRI) can point to an item on the field, table and resource level.
The id (QRI) for the source node.
an object with query parameters
Optional
collapse?: booleanTo collapse internal nodes, set to true, false otherwise.
Optional
level?: "table" | "field" | "all" | "resource"The graph level to retrieve.
Optional
up?: numberThe number of upstream levels of nodes to retrieve. (5 if not provided, -1 means unlimited)
Optional
options: ApiCallOptionsSearch all labels within a impact graph on all available levels. Returns result per level
Search all labels within a impact graph on all available levels. Returns result per level
The qri for root node.
an object with query parameters
Optional
down?: numberThe number of downstream resource levels nodes to search. (5 if not provided, -1 means unlimited) and 1 means direct lineage.
The expression that matches the SCIM filter format. The filter has to be encoded. The currently supported attribute is "label", attribute operator "co" (contains), and grouping operator "or". Example: 'label co "label1" or label co "label2"'. The search queries are case insensetive.
Optional
options: ApiCallOptionsSearch all labels within a lineage graph on all available levels. Returns result per level.
Search all labels within a lineage graph on all available levels. Returns result per level.
The qri for root node.
an object with query parameters
Optional
collapse?: booleanTo collapse internal nodes, set to true, false otherwise.
The expression that matches the SCIM filter format. The filter has to be encoded. The currently supported attribute is "label", attribute operator "co" (contains), and grouping operator "or". Example: 'label co "label1" or label co "label2"'. The search queries are case insensitive.
Optional
up?: numberThe number of upstream levels of nodes retrieved to search. (5 if not provided, -1 means unlimited)
Optional
options: ApiCallOptions
Clears the cache for lineage-graphs api requests.