azure-kusto-ingest 6.0.4
pip install azure-kusto-ingest
Released:
Kusto Ingest Client
Navigation
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
π Avatar for asafmahlev-microsoft from gravatar.comasafmahlev-microsoft π Avatar for danieldror from gravatar.com
danieldror π Avatar for microsoft from gravatar.com
microsoft π Avatar for microsoftkusto from gravatar.com
microsoftkusto
Unverified details
These details have not been verified by PyPIMeta
-
License Expression: MIT
SPDX License Expression - Author: Microsoft Corporation
- Tags azure , kusto , ingest , data , analytics
- Requires: Python >=3.9
-
Provides-Extra:
aio,pandas
Classifiers
- License
- Programming Language
Project description
fromazure.kusto.dataimport KustoConnectionStringBuilder, DataFormatfromazure.kusto.ingestimport QueuedIngestClient, IngestionProperties, FileDescriptor, BlobDescriptoringestion_props = IngestionProperties(database="{database_name}", table="{table_name}", data_format=DataFormat.CSV)client = QueuedIngestClient(KustoConnectionStringBuilder.with_interactive_login("https://ingest-{cluster_name}.kusto.windows.net"))file_descriptor = FileDescriptor("{filename}.csv", 15360) # in this example, the raw (uncompressed) size of the data is 15KB (15360 bytes)client.ingest_from_file(file_descriptor, ingestion_properties=ingestion_props)client.ingest_from_file("{filename}.csv", ingestion_properties=ingestion_props)blob_descriptor = BlobDescriptor("https://{path_to_blob}.csv.gz?sas", 51200) # in this example, the raw (uncompressed) size of the data is 50KB (52100 bytes)client.ingest_from_blob(blob_descriptor, ingestion_properties=ingestion_props)
Overview
Kusto Python Ingest Client Library provides the capability to ingest data into Kusto clusters using Python. It is Python 3.x compatible and supports data types through familiar Python DB API interface.
Itβs possible to use the library, for instance, from Jupyter Notebooks which are attached to Spark clusters, including, but not exclusively, Azure Databricks instances.
Project details
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
π Avatar for asafmahlev-microsoft from gravatar.comasafmahlev-microsoft π Avatar for danieldror from gravatar.com
danieldror π Avatar for microsoft from gravatar.com
microsoft π Avatar for microsoftkusto from gravatar.com
microsoftkusto
Unverified details
These details have not been verified by PyPIMeta
-
License Expression: MIT
SPDX License Expression - Author: Microsoft Corporation
- Tags azure , kusto , ingest , data , analytics
- Requires: Python >=3.9
-
Provides-Extra:
aio,pandas
Classifiers
- License
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure_kusto_ingest-6.0.4.tar.gz.
File metadata
- Download URL: azure_kusto_ingest-6.0.4.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc3f547bc77496884af17ec0d3d874f5c32081393e5d846d8eb260afcbc29d5
|
|
| MD5 |
70c3d2d73468c554ee3e1e26ad17d88c
|
|
| BLAKE2b-256 |
06b0c2353e224bcb7bcfad0de679a72a5c9e2396b0242fa13b283d86646e3710
|
Provenance
The following attestation bundles were made for azure_kusto_ingest-6.0.4.tar.gz:
Publisher:
release.yml on Azure/azure-kusto-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
azure_kusto_ingest-6.0.4.tar.gz -
Subject digest:
5cc3f547bc77496884af17ec0d3d874f5c32081393e5d846d8eb260afcbc29d5 - Sigstore transparency entry: 1449660751
- Sigstore integration time:
-
Permalink:
Azure/azure-kusto-python@5a8a712fa57ec3abdaef0ffb420cd95b57db4952 -
Branch / Tag:
refs/tags/v6.0.4 - Owner: https://github.com/Azure
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@5a8a712fa57ec3abdaef0ffb420cd95b57db4952 -
Trigger Event:
push
-
Statement type:
File details
Details for the file azure_kusto_ingest-6.0.4-py3-none-any.whl.
File metadata
- Download URL: azure_kusto_ingest-6.0.4-py3-none-any.whl
- Upload date:
- Size: 28.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af70305fa83edc0534214bceb6ece722117d798e4ece0a87a80ad3337fb4e019
|
|
| MD5 |
7ae5a5f8a194fa8f40fdf726bfcf54f9
|
|
| BLAKE2b-256 |
4fe3aecf5bc1810c7738f9ce0d593dde6a39085d5fb6a3e8f2ff239b2c5eecc5
|
Provenance
The following attestation bundles were made for azure_kusto_ingest-6.0.4-py3-none-any.whl:
Publisher:
release.yml on Azure/azure-kusto-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
azure_kusto_ingest-6.0.4-py3-none-any.whl -
Subject digest:
af70305fa83edc0534214bceb6ece722117d798e4ece0a87a80ad3337fb4e019 - Sigstore transparency entry: 1449660757
- Sigstore integration time:
-
Permalink:
Azure/azure-kusto-python@5a8a712fa57ec3abdaef0ffb420cd95b57db4952 -
Branch / Tag:
refs/tags/v6.0.4 - Owner: https://github.com/Azure
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@5a8a712fa57ec3abdaef0ffb420cd95b57db4952 -
Trigger Event:
push
-
Statement type:
