Skip to content

Commit

Permalink
remove IngestionTrackingContext from create asset (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyangv2 authored Aug 29, 2024
1 parent 9498f9c commit 47c0bd6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ abstract public <URN extends Urn> void createWithTracking(@Nonnull URN urn, @Non
* Same as {@link #createWithTracking(Urn, RecordTemplate, IngestionTrackingContext, IngestionParams)} but create Assets instead.
* @param urn the {@link Urn} for the asset
* @param asset the asset containing updated metadata aspects
* @param trackingContext {@link IngestionTrackingContext} to use for DAO tracking probes and to pass on to the MAE
* @param ingestionParams {@link IngestionParams} which indicates how the aspect should be ingested
* @param <URN> must be the entity URN type in {@code ASSET}
*/
abstract public <URN extends Urn> void createAsset(@Nonnull URN urn, @Nonnull RecordTemplate asset,
@Nonnull IngestionTrackingContext trackingContext, @Nullable IngestionParams ingestionParams);
@Nullable IngestionParams ingestionParams);
}

0 comments on commit 47c0bd6

Please sign in to comment.