amoghrajesh commented on code in PR #51873:
URL: https://github.com/apache/airflow/pull/51873#discussion_r2176771208


##########
airflow-core/src/airflow/cli/commands/connection_command.py:
##########
@@ -375,7 +375,8 @@ def connections_test(args) -> None:
         raise SystemExit(1)
 
     print("\nTesting...")
-    status, message = conn.test_connection()
+    # TODO: Revisit this
+    status, message = conn.test_connection()  # type: ignore

Review Comment:
   Reverted the change, i dont think it makes sense to use sdk Connection here 
tbh. WDYT?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to