mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-12 18:47:45 +00:00
Adds modified to the lineage view model
This commit is contained in:
parent
c94234a548
commit
3d00c8759d
@ -28,4 +28,6 @@ public class LineageView {
|
||||
private String type;
|
||||
|
||||
private String actor;
|
||||
|
||||
private String modified;
|
||||
}
|
||||
@ -23,7 +23,7 @@ interface IDatasetLineage {
|
||||
dataset: IDatasetView;
|
||||
type: string;
|
||||
actor: string;
|
||||
modified: string;
|
||||
modified: string | undefined;
|
||||
}
|
||||
|
||||
export { Relationships, RelationshipType, IDatasetLineage };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user