Skip to content

Commit 64ce886

Browse files
Fix library error reference
Signed-off-by: Kishan B <[email protected]>
1 parent d5ec433 commit 64ce886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/sdk/errors/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _unknown_error(response: requests.Response) -> str:
3838
return (
3939
'This is likely a bug in the Databricks SDK for Python or the underlying '
4040
'API. Please report this issue with the following debugging information to the SDK issue tracker at '
41-
f'https://github.com/databricks/databricks-sdk-go/issues. Request log:```{request_log}```')
41+
f'https://github.com/databricks/databricks-sdk-py/issues. Request log:```{request_log}```')
4242

4343

4444
class _Parser:

0 commit comments

Comments
 (0)