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

Forking a folder of foreign data lake creates multiple copies of notebooks #1700

Open
sanketd11 opened this issue Oct 5, 2015 · 1 comment
Milestone

Comments

@sanketd11
Copy link
Contributor

  • Load any notebook that belongs to a folder from foreign data lake
  • Fork the that folder multiple times

As per the current behavior, Notebook folder belonging to other user can be forked only once. But in this scenario, we are able to fork that folder multiple times. Also instead of creating multiple folders , it creates multiple copies of notebook with same name in the same folder

@gordonwoodhull gordonwoodhull added this to the Unknown milestone Oct 5, 2015
@gordonwoodhull
Copy link
Contributor

The "forked only once" behavior is not desired behavior: it's just a limitation forced on us by GitHub.

Currently the notebook numbering behavior is implemented client-side, and only for cases where we are copying instead of truly forking. If we want to support numbering for these cases, we'll have to reimplement it server-side (which is kind of a PITA because the server doesn't know anything about the notebook tree).

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

No branches or pull requests

2 participants