azure-kusto-ingest
Kusto Ingest Client
What it is and what it does
Azure Kusto Ingest is Microsoft's official Python client for loading data into Kusto (Azure Data Explorer) clusters. It abstracts the complexity of connecting to Kusto ingest endpoints and handles file and blob uploads with configurable data format detection and ingestion properties. The library uses a queued ingestion model, meaning data is staged and processed asynchronously rather than synchronously, which reduces client-side latency at the cost of eventual consistency.
The package is built on top of azure-kusto-data for connection management and azure-storage-blob and azure-storage-queue for blob and queue operations. It's designed to integrate with Python analytics workflows, including Jupyter notebooks and Spark clusters on Azure Databricks. The library supports Python 3.9 through 3.13 and is actively maintained by Microsoft.
Use it for:
- Ingest CSV or JSON files from local disk into a Kusto table for analytics.
- Load data from Azure Blob Storage into Kusto as part of an ETL pipeline.
- Automate data ingestion from Jupyter notebooks or Databricks notebooks into Kusto clusters.
- Batch upload multiple files to Kusto with consistent schema and format configuration.
- Integrate Kusto data loading into Python-based data processing workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Ingest data into Azure Kusto clusters from files and blob storage using Python, with support for multiple data formats and queued ingestion.
Yes. This is the official Microsoft client for Kusto ingestion in Python, actively maintained, with no known vulnerabilities, low install friction, and permissive licensing. Install it if you need to load data into Azure Kusto clusters from Python; it's the standard choice for that task.
Install
azure-kusto-ingest on PyPI
pip
pip install azure-kusto-ingestuv
uv add azure-kusto-ingestpoetry
poetry add azure-kusto-ingestInstalling azure-kusto-ingest
Before you install
Low install friction with a pure Python wheel. Actively maintained as of 2026-05-06 with recent activity (last commit 2026-08-13). Depends on four Azure SDK packages and tenacity for retry logic.
License in practice
MIT license permits commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install azure-kusto-ingest
from azure.kusto.ingest import QueuedIngestClient, IngestionProperties
from azure.kusto.data import KustoConnectionStringBuilder, DataFormat
ingestion_props = IngestionProperties(database="mydb", table="mytable", data_format=DataFormat.CSV)
client = QueuedIngestClient(KustoConnectionStringBuilder.with_interactive_login("https://ingest-cluster.kusto.windows.net"))
client.ingest_from_file("data.csv", ingestion_properties=ingestion_props)
Requires Python 3.9 or later and valid Azure Kusto cluster credentials.
Verify before relying
- Performance characteristics and throughput limits for large-scale ingestion workloads.
- Whether the library supports all Kusto data formats or only a subset of DataFormat options.
- Retry behavior and failure recovery guarantees provided by tenacity integration.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — azure-kusto-data, azure-storage-blob, azure-storage-queue, tenacity |
| Maintenance | actively maintained — 100 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 10,407,169/month — #1,455 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_kusto_ingest-6.0.4-py3-none-any.whl
Keywords: azure, kusto, ingest, data, analytics
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
azure-kusto-dataQuery and interact with Microsoft Azure Kusto…
permissive · top 5,000 on PyPI
sonic-clientPython client library for the Sonic search…
permissive · top 15,000 on PyPI
databricks-zerobus-ingest-sdkA Python client for streaming data ingestion…
unclear · top 15,000 on PyPI
azure-mgmt-kustoManages Azure Kusto clusters, databases, and…
permissive · top 15,000 on PyPI
openmetadata-ingestionOpenMetadata Ingestion is a framework for…
unclear · top 15,000 on PyPI
ingestringestr is a command-line tool that copies data…
permissive · top 15,000 on PyPI
humiolibPython SDK that wraps Humio's web API to enable…
permissive · top 15,000 on PyPI
azure-monitor-ingestionSends custom logs and structured data to Azure…
permissive · top 5,000 on PyPI
unstructured-ingestUnstructured Ingest is a local ETL pipeline…
permissive · top 15,000 on PyPI
tinybird-python-sdkIngest NDJSON data into Tinybird Data Sources…
unclear · top 15,000 on PyPI