bolkedebruin commented on code in PR #36259:
URL: https://github.com/apache/airflow/pull/36259#discussion_r1430372691


##########
airflow/io/path.py:
##########
@@ -52,6 +52,7 @@ def __init__(
         conn_id: str | None = None,
         **kwargs: typing.Any,
     ) -> None:
+        super().__init__(**kwargs)

Review Comment:
   Please dont do this. This initializes a different set of backends which we 
do not want.
   
   
https://github.com/fsspec/universal_pathlib/blob/befb71ea1e1a8c3685ddea3828c99cfe172257a3/upath/core.py#L54
   
   Probably required to document why we do not do it.



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