Skip to content

Streaming Ingest Client + Minor Improvements

Compare
Choose a tag to compare
@danield137 danield137 released this 16 May 11:22
· 302 commits to master since this release

This release mostly contains minor improvements, most of which are to the KustoStreamingIngestClient

This is the first mention of it due to some minor alignments made.

In general, KustoStreamingIngestClient is meant for advanced use-cases, where you would want to ingest data immediately, bypassing the queued ingestion flow (KustoIngestClient).
There are usage samples provided.

BREAKING CHANGES:

None.

FEATURES:

  • KustoStreamingIngestClient minor improvemnets.
  • Added the ability to pass an auth token with_aad_user_token_authentication
  • Added __str__ to column mapping objects so that str(JsonColumnMapping()) will show useful debug info.

FIXES:

None.