qlik_get_lineage
Retrieve data lineage information for Qlik datasets to understand dependencies and impact analysis using QRI identifiers.
Instructions
Get lineage information for a dataset or resource. REQUIRES QRI from dataset.rawDataset.secureQri
IMPORTANT: The nodeId must be a QRI (Qlik Resource Identifier), not a regular ID.
Get QRI from: dataset.rawDataset.secureQri
Format: qri:qdf:space://[spaceId]#[itemId]
If you only have a dataset ID, first call get_dataset_details to get the QRI
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | QRI of the node (from dataset.rawDataset.secureQri) | |
| direction | No | Direction to traverse lineage | both |
| levels | No | Number of levels to traverse (-1 for unlimited) | |
| includeFields | No | Include field-level lineage | |
| includeTables | No | Include table-level lineage |