azure-kusto-python icon indicating copy to clipboard operation
azure-kusto-python copied to clipboard

Kusto client libraries for Python

Results 31 azure-kusto-python issues
Sort by recently updated
recently updated
newest added

Validate endpoint before executing query or streaming

https://github.com/Azure/azure-kusto-python/blob/96f1db10b47128086d1b60838f67247ead24c34f/azure-kusto-ingest/tests/sample.py#L5 It is great to have different authenticate approaches for azure.kusto. However, it is quite tricky to switch between non-prod and prod environments. For example, the scenario is to communicate...

enhancement

#### Pull Request Description _[Add a description of your pull request here]_ --- #### Future Release Comment _[Add description of your change, to include in the next release]_ _[Delete any...

After investing work in https://github.com/Azure/azure-kusto-python/pull/124, and some internal discussions, we agreed to wait with this PR and reconsider changing the API to give better performance for both vanilla python and...

Discussion

**Is your feature request related to a problem? Please describe.** ingestion_ methods make developer life difficult to write robust code. They currently silently fail even if their ingestion ends up...

enhancement
Discussion

I would like to run temporary Python UDF using this client. Is it possible? My use case includes a complex python app which should execute queries and python UDF, something...

enhancement

Hi all, I am new in Kusto and I am not sure if this is already implemented since I am not able to find a solution anywhere. I am querying...

**Add support to [MSAL](https://pypi.org/project/msal/) package** We want to upgrade from [ADAL](https://pypi.org/project/adal/) to [MSAL](https://pypi.org/project/msal/), we don't use ADAL directly in our code, but we do initialize SecretClient object from [azure.keyvault.secrets](https://pypi.org/project/azure-keyvault-secrets/) package....

**Is your feature request related to a problem? Please describe.** In your example, the queries are very simple, like query = "StormEvents | take 10" But I am working with...

#### Pull Request Description Added sync and async telemetry to SDK. Example of usage of telemetry was added to sample app --- #### Future Release Comment Added sync and async...