public interface LineageRelationProvider
We're aiming to have arguments of `getLineageDataset` the same as arguments of `createRelation` within `RelationProvider`. When implementing this method, one can provide two implementations: one with arguments exactly the same as with `RelationProvider`, and other throwing an exception which should never be called.
| Modifier and Type | Method and Description |
|---|---|
io.openlineage.client.utils.DatasetIdentifier |
getLineageDatasetIdentifier(java.lang.String sparkListenerEventName,
io.openlineage.client.OpenLineage openLineage,
java.lang.Object sqlContext,
java.lang.Object parameters) |