azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

Kusto client: TestRequest should be implemented via KustoRequest

Open kostrse opened this issue 2 years ago • 0 comments

The Kusto client doesn't need to have separate low level implementations for both KustoRequest (this) and TestRequest (this).

TestRequest could be removed from the Client and CheckHealth could call KustoRequest with a test purposed query.

kostrse avatar Jan 09 '23 23:01 kostrse