Skip to main content

Module nodeid

Module nodeid 

Source
Expand description

Build the nodeId strings the lineage graph addresses nodes by.

A nodeId is <kind>:<namespace>:<name> for jobs and datasets, or datasetField:<namespace>:<name>:<field> for a column. Pass the result to get_lineage / get_column_lineage, or read one off a SearchResult / LineageNode.

Functionsยง

dataset_field_node_id
The nodeId for a dataset field: datasetField:<namespace>:<dataset>:<field>.
dataset_node_id
The nodeId for a dataset: dataset:<namespace>:<name>.
job_node_id
The nodeId for a job: job:<namespace>:<name>.