gopidesupavan commented on code in PR #56270:
URL: https://github.com/apache/airflow/pull/56270#discussion_r2400971861


##########
task-sdk/src/airflow/sdk/io/path.py:
##########
@@ -413,5 +413,5 @@ def deserialize(cls, data: dict, version: int) -> 
ObjectStoragePath:
     def __str__(self):
         conn_id = self.storage_options.get("conn_id")
         if self._protocol and conn_id:
-            return f"{self._protocol}://{conn_id}@{self.path}"

Review Comment:
   no, its also going into recursive mode 
https://github.com/fsspec/universal_pathlib/blob/main/upath/core.py#L422 looks 
like this will be also deprecating.



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