File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/snowflake/cli/_plugins/remote Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class ServiceResult(enum.Enum):
8484DEFAULT_IMAGE_REPO = "/snowflake/images/snowflake_images"
8585DEFAULT_IMAGE_CPU = "st_plat/runtime/x86/runtime_image/snowbooks"
8686DEFAULT_IMAGE_GPU = "st_plat/runtime/x86/generic_gpu/runtime_image/snowbooks"
87- DEFAULT_IMAGE_TAG = "1.7.2 "
87+ DEFAULT_IMAGE_TAG = "1.9.1 "
8888
8989# Percent of container memory to allocate for /dev/shm volume
9090MEMORY_VOLUME_SIZE = 0.3
Original file line number Diff line number Diff line change @@ -887,10 +887,8 @@ def _get_fresh_token(self) -> str:
887887 from snowflake .cli ._app .snow_connector import connect_to_snowflake
888888
889889 fresh_connection = None
890- try :
891- log .debug ("Creating fresh connection for SSH token..." )
892890
893- current_context = get_cli_context ().connection_context
891+ current_context = get_cli_context ().connection_context
894892
895893 # Create connection with natural session expiration for SSH token refresh
896894 fresh_connection = connect_to_snowflake (
You can’t perform that action at this time.
0 commit comments