Registry / azure / kqlmagiccustom

kqlmagiccustom

JSON →
library0.1.114.post26pypypi✓ verified 83d ago

Kqlmagic is a Jupyter notebook magic extension for running Kusto queries (Azure Data Explorer / Azure Monitor) and visualizing results. This variant, kqlmagiccustom, uses custom dependencies. Current version 0.1.114.post26, requires Python >=3.6. Release cadence irregular.

pip install kqlmagiccustom
INSTALL
IMPORT
SIG · KQLMAGICCUSTOM
K
kqlmagiccustom
azurepythonv0.1.114.post26
Install
2.1s avg
Import
Disk
19MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.1.114.post26 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 21.1MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.1s · import 0.000s · 22MB
19MB installed
● package 19MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Kqlmagic
import Kqlmagic
import kqlmagiccustom

Load the magic extension, set cluster and database, then run a KQL query.

%load_ext kqlmagiccustom cluster = "your_cluster_url" database = "your_database_name" query = "YourTable | take 10" %kql --cluster $cluster --database $database $query
Debug
Known issues
gotchaThe magic command '%kql' requires that you first load the extension with '%load_ext kqlmagiccustom' before use.
fix
Ensure the cell containing '%load_ext kqlmagiccustom' is executed before any '%kql' cells.
affects: all
breakingAuthentication changes: older versions used '--tenant-id' or '--client-id' flags; newer versions may require a KustoConnectionStringBuilder or different auth flow.
fix
Use '--auth-mode' flag (e.g., 'device_code', 'interactive') and pass credentials via environment variables or config.
affects: >=0.1.100
Upgrade
Version history
0.1.114.post26latest on PyPI · released Sep 9, 2024
Audit
Dependencies
azure-identityrequiredRequired for authentication (InteractiveBrowserCredential, DefaultAzureCredential, etc.)
Agent activity
25 hits · last 30 days
node
23
OpenAI (training)
1
Resources
kqlmagiccustom — pip install kqlmagiccustom · libregistry