tanishqgandhi1908 commented on code in PR #6502:
URL: https://github.com/apache/texera/pull/6502#discussion_r3640462142


##########
amber/src/main/python/pytexera/storage/dataset_file_document.py:
##########
@@ -24,6 +24,11 @@
 
 
 class DatasetFileDocument:
+    # Leading resource-type segment on dataset logical paths. It identifies 
the path as
+    # a dataset path and is REQUIRED, mirroring FileResolver on the backend. A 
path
+    # without it is rejected.
+    RESOURCE_TYPE_PREFIX = "datasets"

Review Comment:
   Introduced a ResourceType enum in all three layers — Python 
(pytexera/storage/resource_type.py), Scala 
(workflow-core/.../storage/ResourceType.scala), and frontend 
(common/type/resource-type.ts) — each with a Datasets member



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