bolkedebruin commented on code in PR #35462:
URL: https://github.com/apache/airflow/pull/35462#discussion_r1382634515
##########
airflow/io/store/path.py:
##########
@@ -174,6 +174,10 @@ def __truediv__(self, other) -> ObjectStoragePath:
path = f"{self_path.rstrip(self.sep)}/{other_path.lstrip(self.sep)}"
return ObjectStoragePath(path, conn_id=self._conn_id)
+ def strip_protocol(self) -> str:
Review Comment:
I should kick this out. It's a left over.
--
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]