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


##########
task-sdk/src/airflow/sdk/io/path.py:
##########
@@ -413,5 +415,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}"
+            return 
f"{self._protocol}://{conn_id}@{self.parser.join(*self._raw_urlpaths)}"

Review Comment:
   As per your comment below, we should likely restrict 0.3.0 and use this 
library properly



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