Formatting and api report
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
This commit is contained in:
@@ -54,7 +54,9 @@ export interface IncrementalEntityProvider<TCursor, TContext, TInput = null> {
|
||||
delta:
|
||||
| {
|
||||
added: DeferredEntity[];
|
||||
removed: DeferredEntity[];
|
||||
removed: {
|
||||
entityRef: string;
|
||||
}[];
|
||||
}
|
||||
| undefined;
|
||||
};
|
||||
|
||||
+1
-1
@@ -389,7 +389,7 @@ export class IncrementalIngestionEngine<TInput>
|
||||
`incremental-engine: Processed ${this.providerEventTopic} event`,
|
||||
);
|
||||
} else {
|
||||
logger.info(
|
||||
logger.warn(
|
||||
`incremental-engine: Rejected ${this.providerEventTopic} event - empty or invalid`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user