tanishqgandhi1908 commented on code in PR #6502:
URL: https://github.com/apache/texera/pull/6502#discussion_r3692644697
##########
amber/src/main/python/pytexera/storage/dataset_file_document.py:
##########
@@ -90,6 +95,7 @@ def get_presigned_url(self) -> str:
"""
headers = {"Authorization": f"Bearer {self.jwt_token}"}
encoded_file_path = urllib.parse.quote(
+ f"/{ResourceType.DATASETS.value}"
Review Comment:
Fixed — stores self.resource_type from the parsed prefix and reuses it when
rebuilding the path, instead of hardcoding datasets.
--
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]