tanishqgandhi1908 opened a new issue, #6495:
URL: https://github.com/apache/texera/issues/6495

   ### Task Summary
   
   ## Task Summary
   Right now a dataset's file path looks like 
`/<owner>/<name>/<version>/<file>`. This task adds a word at the front that 
says what kind of thing it is — so dataset paths become 
`/datasets/<owner>/<name>/<version>/<file>`.
   
   Why: later we'll add models, and their paths will start with `/models/...`. 
Adding this label now lets the system tell datasets and models apart just by 
looking at the path.
   
   Nothing changes for users. Old paths (without the label) still work — the 
code just removes the label if it's there and reads the rest as before.
   
   **What it touches:** the path reader, the file-tree view, the file picker, 
and the Python file API — each with updated tests. No database changes.
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [ ] DevOps / Deployment / CI
   - [ ] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other


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