kyungjunleeme commented on code in PR #52688:
URL: https://github.com/apache/airflow/pull/52688#discussion_r2179350295


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/transfers/sftp_to_wasb.py:
##########
@@ -100,7 +100,7 @@ def __init__(
 
     def dry_run(self) -> None:
         if not AIRFLOW_V_3_0_PLUS:
-            raise NotImplementedError("Not implemented for Airflow 3.")
+            raise NotImplementedError("dry_run() is only supported in Airflow 
3.0+.")

Review Comment:
   I think this message is more clear than before. How about ur opinion?



-- 
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