Skip to content

Commit

Permalink
Fixed key string
Browse files Browse the repository at this point in the history
  • Loading branch information
hr2904 committed Aug 21, 2024
1 parent b040cc4 commit f5726f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class EntityLineageService implements AtlasLineageService {
private static final int LINEAGE_ON_DEMAND_DEFAULT_DEPTH = 3;
private static final String SEPARATOR = "->";
public static final String IS_DATA_PRODUCT = "isDataProduct";
public static final String IS_DATASET = "isProcess";
public static final String IS_DATASET = "isDataset";
public static final String PRODUCT_ASSET_LINEAGE = "ProductAssetLineage";
public static final String DATASET_PROCESS_LINEAGE = "DatasetProcessLineage";

Expand Down

0 comments on commit f5726f6

Please sign in to comment.