Taragolis commented on code in PR #37558:
URL: https://github.com/apache/airflow/pull/37558#discussion_r1495680133


##########
airflow/providers/amazon/aws/fs/s3.py:
##########
@@ -49,7 +50,7 @@ def get_fs(conn_id: str | None, storage_options: dict[str, 
str] | None = None) -
     try:
         from s3fs import S3FileSystem
     except ImportError:
-        raise ImportError(
+        raise AirflowOptionalProviderFeatureException(

Review Comment:
   This change not related and could be done by the separate PR. I will revert 
it back



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