We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d623314 commit 930e53eCopy full SHA for 930e53e
azure-kusto-data/azure/kusto/data/kcsb.py
@@ -99,7 +99,7 @@ def parse(key: Union[str, ValidKeywords]) -> "Keyword":
99
raise KeyError(f"Unknown keyword: `{key}`")
100
101
if lookup[normalized] == UNSUPPORTED_KEYWORD:
102
- raise KeyError(f"Unsupported keyword: `{key}`")
+ raise KeyError(f"Keyword `{key}` is not supported by this SDK")
103
104
return lookup[normalized]
105
0 commit comments