We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e810edd commit c2e31d3Copy full SHA for c2e31d3
azure-kusto-data/azure/kusto/data/client_base.py
@@ -24,7 +24,7 @@
24
25
26
class _KustoClientBase(abc.ABC):
27
- API_VERSION = "2019-02-13"
+ API_VERSION = "2024-12-12"
28
29
_mgmt_default_timeout: ClassVar[timedelta] = timedelta(hours=1, seconds=30)
30
_query_default_timeout: ClassVar[timedelta] = timedelta(minutes=4, seconds=30)
0 commit comments