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 2d30056 commit 5370cb7Copy full SHA for 5370cb7
src/snowflake/connector/connection.py
@@ -87,7 +87,6 @@
87
from .direct_file_operation_utils import FileOperationParser, StreamDownloader
88
from .errorcode import (
89
ER_CONNECTION_IS_CLOSED,
90
- ER_EXPERIMENTAL_AUTHENTICATION_NOT_SUPPORTED,
91
ER_FAILED_PROCESSING_PYFORMAT,
92
ER_FAILED_PROCESSING_QMARK,
93
ER_FAILED_TO_CONNECT_TO_DB,
src/snowflake/connector/errorcode.py
@@ -33,6 +33,7 @@
33
ER_OAUTH_SERVER_TIMEOUT = 251016
34
ER_INVALID_WIF_SETTINGS = 251017
35
ER_WIF_CREDENTIALS_NOT_FOUND = 251018
36
+# not used but keep here to reserve errno
37
ER_EXPERIMENTAL_AUTHENTICATION_NOT_SUPPORTED = 251019
38
ER_NO_CLIENT_SECRET = 251020
39
0 commit comments