Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] utils function that returns a GenericFileset object based on a fileset path string #6604

Open
youngyjd opened this issue Mar 5, 2025 · 1 comment
Assignees
Labels
improvement Improvements on everything

Comments

@youngyjd
Copy link

youngyjd commented Mar 5, 2025

What would you like to be improved?

Can we have a utils function that takes a fileset path as an input parameter, and returns a GenericFileset object?

I found gvfs does some of the thing here to get fileset_catalog, from which I can get GenericFileset by fileset_catalog.as_fileset_catalog().load_fileset().

I wonder if there is any function / api that I can use to get GenericFileset object based on a fileset path string, without creating gvfs instance, or copying code from gvfs class.

How should we improve?

No response

@youngyjd youngyjd added the improvement Improvements on everything label Mar 5, 2025
@jerryshao
Copy link
Contributor

@mchades can you please work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements on everything
Projects
None yet
Development

No branches or pull requests

3 participants