Yochai Gilad
Yochai Gilad
Hi @christinawongit , You can use any Azure Identity TokenCredential in combination with kcsb.with_token_provider(). The token value (string) should be passed as the result of a lambda function given to...
Keeping this open as a backlog item to add explicit support for kcsb.with_azure_token_credential()
You can drop extents using this command: https://docs.microsoft.com/en-us/azure/data-explorer/kusto/management/drop-extents Does that meet your requirement?
Every Engine error should be retried if it's transient
@shsagir , do you have the correct feedback link? The below is broken https://feedback.azure.com/forums/915733-azure-data-explorer
Same issue as #217
@epa095, Spark uses temporary tables, which don't adhere to the target table ingestion batching policy configuration. We have a bug on this (above). As a work around, if this is...
Regarding use of MSAL, we do not plan on rewriting all the auth code using Azure.Identity, however we should provide a WithAzureTokenCredential() API for customers to work with. @AsafMah ,...
This work not is planned anytime soon. The main reason is, it requires rearchitecting the SDK to avoid code duplications which comes at a high cost.
Hi @andrejpk We have a plan to introduce client-side logs to all SDKs. though we do not plan to take a dependency on OpenTelemetry. Generally, Query requests contain ClientRequestId which...