Skip to content

Commit

Permalink
Fix streaming ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielYehezkely committed Jan 22, 2025
1 parent 575b6aa commit 8a3579c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class KustoStreamingIngestClient extends KustoStreamingIngestClientBase {
descriptor.stream,
props.format,
props.ingestionMappingReference ?? null,
null,
clientRequestId,
);
}
Expand Down
1 change: 1 addition & 0 deletions packages/azure-kusto-ingest/src/streamingIngestClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class KustoStreamingIngestClient extends KustoStreamingIngestClientBase {
compressedStream,
props.format,
props.ingestionMappingReference ?? null,
null,
clientRequestId,
);
}
Expand Down

0 comments on commit 8a3579c

Please sign in to comment.