Formatting and api report

Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
This commit is contained in:
Damon Kaswell
2022-12-15 09:12:47 -08:00
parent e88d16ee91
commit 7fd3b629df
2 changed files with 4 additions and 2 deletions
@@ -54,7 +54,9 @@ export interface IncrementalEntityProvider<TCursor, TContext, TInput = null> {
delta:
| {
added: DeferredEntity[];
removed: DeferredEntity[];
removed: {
entityRef: string;
}[];
}
| undefined;
};
@@ -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`,
);
}