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 173ed73 commit d885c5cCopy full SHA for d885c5c
databend_sqlalchemy/connector.py
@@ -10,7 +10,7 @@
10
import uuid
11
from databend_py import Client
12
from datetime import datetime
13
-from errors import ServerException, NotSupportedError
+from databend_sqlalchemy.errors import ServerException, NotSupportedError
14
15
# PEP 249 module globals
16
apilevel = '2.0'
databend_sqlalchemy/test.py
@@ -1,4 +1,4 @@
1
-import connector
+from databend_sqlalchemy import connector
2
3
4
def test():
0 commit comments