azure-kusto-python
azure-kusto-python copied to clipboard
Kusto client libraries for Python
#### Code Sample ```python async with KustoClient(kcsb) as client: response = await client.execute(dbname, query,properties=clientReqProperties) ``` #### Problem description I am initializing client using 'with' but still getting below errors: [Error]...
Adds the option the close all query and ingest clients.
#### Pull Request Description `_handle_http_error` will definitely raise exception, I believe another raise is unnecessary. --- #### Future Release Comment Remove raise in invocations of `_handle_http_error`. **Breaking Changes:** - None...
### Added - app and user for tracing fields in ingestion properties - Took those fields from KCSB and added them to ingestion Propeties in queued ingest client ### Changed...
- Fixed not correctly awaiting for async token providers to close - Tests fixes: - Use new method for the event loop fixed, since the old one is deprecated -...
### Added - New autocorrect url handling (via flag) to all ingest clients - Tests ### Changed - Removed old autocorrect url handling - Removed Managed ingest from_dm\from_engine functions as...
Pandas now fully supports using Arrow memory and specifically Arrow strings and will make it the default in the next release: https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#dedicated-string-data-type-backed-by-arrow-by-default As mentioned in #372 we would very much...
**Is your feature request related to a problem? Please describe.** Currently, the dataframe_from_result_table function in the azure-kusto-python library converts float data types to float64 by default. However, there are scenarios...
We have a python application which is used to ingest data into ADX using queued Ingestion. We observed that the process gets stuck intermittently in Ssl state. We checked the...
Team, Getting: ParseError('syntax error: line 1, column 0') within KustoAuthenticationError in Azure Kusto Data lib: KustoAuthenticationError: KustoAuthenticationError('UserPassTokenProvider', 'ParseError('syntax error: line 1, column 0')', '{'authority': 'https://login.microsoftonline.com/', 'client_id': ', 'username': '', 'kusto_uri':...