We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e810edd commit 0099bd1Copy full SHA for 0099bd1
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