│ │ │ C:\Users\VssAdministrator\AppData\Roaming\***\.***\Lib\site-packa │ │ ges\snowflake\connector\connection.py:1458 in _authenticate │ │ │ │ 1455 │ │ │ │ │ ) │ │ 1456 │ │ │ │ except OperationalError as auth_op: │ │ 1457 │ │ │ │ │ if auth_op.errno == ER_FAILED_TO_CONNECT_TO_DB: │ │ > 1458 │ │ │ │ │ │ raise auth_op from e │ │ 1459 │ │ │ │ │ logger.debug("Continuing authenticator specific │ │ 1460 │ │ │ │ │ continue │ │ 1461 │ │ │ │ break │ │ │ │ C:\Users\VssAdministrator\AppData\Roaming\***\.***\Lib\site-packa │ │ ges\snowflake\connector\connection.py:1435 in _authenticate │ │ │ │ 1432 │ │ │ ) │ │ 1433 │ │ │ while True: │ │ 1434 │ │ │ │ try: │ │ > 1435 │ │ │ │ │ auth_instance.handle_timeout( │ │ 1436 │ │ │ │ │ │ authenticator=self._authenticator, │ │ 1437 │ │ │ │ │ │ service_name=self.service_name, │ │ 1438 │ │ │ │ │ │ account=self.account, │ │ │ │ C:\Users\VssAdministrator\AppData\Roaming\***\.***\Lib\site-packa │ │ ges\snowflake\connector\auth\by_plugin.py:212 in handle_timeout │ │ │ │ 209 │ │ │ │ "Aborting", │ │ 210 │ │ │ │ errno=ER_FAILED_TO_CONNECT_TO_DB, │ │ 211 │ │ │ ) │ │ > 212 │ │ │ raise error │ │ 213 │ │ else: │ │ 214 │ │ │ logger.debug( │ │ 215 │ │ │ │ f"Hit connection timeout, attempt number {self._retry │ └─────────────────────────────────────────────────────────────────────────────┘ OperationalError: (snowflake.connector.errors.OperationalError) 250001: Could not connect to Snowflake backend after 2 attempt(s).Aborting (Background on this error at: https://sqlalche.me/e/20/e3q8)