Skip to content

Support Blob Storage API 12.x.x

Compare
Choose a tag to compare
@danield137 danield137 released this 31 May 08:20
· 223 commits to master since this release
24a9177

Release is mostly around changing the dependency for Azure Storage on the azure-kusto-ingest package.

It also includes various changes, which are mostly cosmetic, as well as adding E2E tests and adding them to the build pipeline as a check.

BREAKING CHANGES:

  • Upgraded to use Azure Storage v12 (will require dependencies)
  • All arguments changed to snake_case to conform to python guidelines.
  • Renamed azure.kusto.data.request to azure.kusto.data.client - old import of from azure.kusto.data.request import KustoClient will now break. should change them to `rom azure.kusto.data import KustoClient

FEATURES:

None

FIXES:

  • fixed breaking test (test_kusto_streaming_ingest_client.py)

OTHERS:

  • Etoe tests - cleanup, grabbing connection parameters from env, and running inside buildpipeline.
  • Added Contrib doc
  • Added annotations where possible