fix(data-ingestion): log end user #10360
Annotations
5 errors
packages/cli/lib/services/model.service.unit.test.ts > buildModelTs > should return empty (with sdk):
packages/cli/lib/services/model.service.unit.test.ts#L13
Error: Snapshot `buildModelTs > should return empty (with sdk) 1` mismatched
- Expected
+ Received
@@ -288,10 +288,15 @@
dryRunService?: DryRunServiceInterface;
syncConfig: SyncConfig;
runnerFlags: RunnerFlags;
debug: boolean;
startedAt: Date;
+ endUser: {
+ id: number;
+ endUserId: string | null;
+ orgId: string | null;
+ } | null;
axios?: {
request?: AxiosInterceptorManager<AxiosRequestConfig>;
response?: {
onFulfilled: (value: AxiosResponse) => AxiosResponse | Promise<AxiosResponse>;
};
❯ packages/cli/lib/services/model.service.unit.test.ts:13:36
|
tests (ubuntu-latest, 20.x)
Process completed with exit code 1.
|
tests (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
|
packages/cli/lib/services/model.service.unit.test.ts > buildModelTs > should return empty (with sdk):
packages/cli/lib/services/model.service.unit.test.ts#L13
Error: Snapshot `buildModelTs > should return empty (with sdk) 1` mismatched
- Expected
+ Received
@@ -288,10 +288,15 @@
dryRunService?: DryRunServiceInterface;
syncConfig: SyncConfig;
runnerFlags: RunnerFlags;
debug: boolean;
startedAt: Date;
+ endUser: {
+ id: number;
+ endUserId: string | null;
+ orgId: string | null;
+ } | null;
axios?: {
request?: AxiosInterceptorManager<AxiosRequestConfig>;
response?: {
onFulfilled: (value: AxiosResponse) => AxiosResponse | Promise<AxiosResponse>;
};
❯ packages/cli/lib/services/model.service.unit.test.ts:13:36
|
tests (ubuntu-latest, 18.x)
The operation was canceled.
|