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 a7bd694 commit 2de5f9bCopy full SHA for 2de5f9b
src/snowflake/connector/aio/_wif_util.py
@@ -21,7 +21,7 @@
21
extract_iss_and_sub_without_signature_verification,
22
get_aws_sts_hostname,
23
)
24
-from ._session_manager import SessionManager, SessionManagerFactory
+from ._session_manager import SessionManager
25
26
logger = logging.getLogger(__name__)
27
@@ -42,6 +42,8 @@ async def get_aws_region() -> str:
42
msg="No AWS region was found. Ensure the application is running on AWS.",
43
errno=ER_WIF_CREDENTIALS_NOT_FOUND,
44
45
+ print(f"DEBUG AWS region: {region}")
46
+ print(f"DEBUG AWS region type: {type(region)}")
47
return region
48
49
0 commit comments