Skip to content

Commit 930e53e

Browse files
committed
PR fixes
1 parent d623314 commit 930e53e

File tree

1 file changed

+1
-1
lines changed
  • azure-kusto-data/azure/kusto/data

1 file changed

+1
-1
lines changed

azure-kusto-data/azure/kusto/data/kcsb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def parse(key: Union[str, ValidKeywords]) -> "Keyword":
9999
raise KeyError(f"Unknown keyword: `{key}`")
100100

101101
if lookup[normalized] == UNSUPPORTED_KEYWORD:
102-
raise KeyError(f"Unsupported keyword: `{key}`")
102+
raise KeyError(f"Keyword `{key}` is not supported by this SDK")
103103

104104
return lookup[normalized]
105105

0 commit comments

Comments
 (0)