@Service public class OpenLineageService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EDGES_LABEL |
static String |
NODES_LABEL |
| Constructor and Description |
|---|
OpenLineageService(OpenLineageClient openLineageClient) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
getEndToEndLineage(String userId,
String guid,
boolean includeProcesses) |
Graph |
getSourceAndDestination(String userId,
String guid,
boolean includeProcesses) |
Graph |
getUltimateDestination(String userId,
String guid,
boolean includeProcesses) |
Graph |
getUltimateSource(String userId,
String guid,
boolean includeProcesses) |
Graph |
getVerticalLineage(String userId,
String guid,
boolean includeProcesses) |
public static final String EDGES_LABEL
public static final String NODES_LABEL
@Autowired public OpenLineageService(OpenLineageClient openLineageClient)
openLineageClient - client to connect to open lineage servicespublic Graph getUltimateSource(String userId, String guid, boolean includeProcesses)
userId - id of the user triggering the requestguid - unique identifier if the assetincludeProcesses - if true includes processes in the responsepublic Graph getEndToEndLineage(String userId, String guid, boolean includeProcesses)
userId - id of the user triggering the requestguid - unique identifier if the assetincludeProcesses - if true includes processes in the responsepublic Graph getUltimateDestination(String userId, String guid, boolean includeProcesses)
userId - id of the user triggering the requestguid - unique identifier if the assetincludeProcesses - if true includes processes in the responsepublic Graph getVerticalLineage(String userId, String guid, boolean includeProcesses)
userId - id of the user triggering the requestguid - unique identifier if the assetincludeProcesses - if true includes processes in the responsepublic Graph getSourceAndDestination(String userId, String guid, boolean includeProcesses)
userId - id of the user triggering the requestguid - unique identifier if the assetincludeProcesses - if true includes processes in the responseCopyright © 2018–2020 ODPi. All rights reserved.