mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-09 18:24:48 +00:00
9 lines
184 B
Java
9 lines
184 B
Java
![]() |
package models;
|
||
|
|
||
|
public class ScriptLineage {
|
||
|
|
||
|
public String sourceTargetType;
|
||
|
public String operation;
|
||
|
public String storageType;
|
||
|
public String abstractedObjectName;
|
||
|
}
|