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

Allow using Project Path to dataset.fork() method #464

Open
shaikh-ma opened this issue Jul 25, 2024 · 0 comments
Open

Allow using Project Path to dataset.fork() method #464

shaikh-ma opened this issue Jul 25, 2024 · 0 comments

Comments

@shaikh-ma
Copy link
Contributor

The dataset.fork() method is probably one of the most useful methods for working with scrunch dataset.
It is often needed that the fork dataset should be moved to a specific project folder based on the scenarios.

The owner parameter of the fork() method allows creating a dataset fork in a defined project location, but this only works when the owner parameter is passed the Project URL e.g., https://.crunch.io/api/projects/<project_id>/.

This often requires the user, an additional step, to manually find out the project URL to pass as the owner parameter.

As compared to the project URLs, It is much easier to work with the project paths e.g., "Client datasets | Projects A | Project A - 1 ".
Also, the project paths are easy to remember and are more human friendly.

Please could you update the fork() method to allow the project path as well.

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

No branches or pull requests

1 participant