-
Notifications
You must be signed in to change notification settings - Fork 25
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
Input file auto-update #524
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hi @hardcore-code. Thank you for creating this issue. You can edit which input file / notebook job definition uses to create jobs using Edit Job Definition functionality. To do this: |
@hardcore-code I've created an issue #525 to track necessity to document how to update input file snapshots. Please try the functionality as described above. Closing as solved by existing functionality but feel free to ask follow-up questions, provide additional feedback, or even reopen if my reply above does not solve your issue. |
Lightning fast response Andrii.
That is a way to do it (I did not know).
Thanks for that. It already helps.
I trust it does not eliminate the need for the linked version....
Would be nice to have a way to have the job connected to a file path instead of saving a copy of the file that requires a manual update...
It could be an option during the creation/editing.
The field "url" that you have in the db table could be used for that purpose....
Maybe you would need to add an additional flag field called "linked". Once it is true, scheduler uses the url as a link to the file. Once false, use as it is now, a copy to a specific folder in the server.
Hey, very nice to propose all of this.
I am certainly underestimating the complexity.
But I trust other may have similar needs..
By the way, great tool.
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Andrii Ieroshenko ***@***.***>
Sent: Monday, June 3, 2024 8:51:06 PM
To: jupyter-server/jupyter-scheduler ***@***.***>
Cc: hardcore-code ***@***.***>; Mention ***@***.***>
Subject: Re: [jupyter-server/jupyter-scheduler] Mutable input files (Issue #524)
@hardcore-code<https://github.com/hardcore-code> I've created an issue #525<#525> to track necessity to document how to update input file snapshots. Please try the functionality as described above. Closing as solved by existing functionality but feel free to ask follow-up questions, provide additional feedback, or even reopen if my reply above does not solve your issue.
—
Reply to this email directly, view it on GitHub<#524 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMQ3JLLJS2QAZIXUSEX6EKTZFS3JVAVCNFSM6AAAAABIXA7TYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBVHA4TSMJWGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I think this makes a lot of sense as a feature request / potential new feature. Could you please edit the issue description adding the feature description quoted above to it? We could then reopen this issue and use it to track and discuss "Mutable input files" feature request. Otherwise no worries, I can create a new issue myself based on your comment.
Than you, it's nice to hear that you find Jupyter Scheduler useful. |
I've edited the name and description of this issue to use it as a feature request. |
Hi.. I followed this step, it works only if I drag the notebook with different filename. If I re-drag the same notebook (with the same filename of course), it won't update on the scheduled jobs. Please advice |
Problem
When we create a new job definition, the notebook is copied somewhere in the server.
Quite often you change that file and the you need to recreate everything.
Proposed solution
It would be incredible to have the option to retain the link to the original file. Kind of NO_COPY. It would save a lot of time.
Would be nice to have a way to have the job connected to a file path instead of saving a copy of the file that requires a manual update...
It could be an option during the creation/editing.
The field "url" that you have in the db table could be used for that purpose....
Maybe you would need to add an additional flag field called "linked". Once it is true, scheduler uses the url as a link to the file. Once false, use as it is now, a copy to a specific folder in the server.
The text was updated successfully, but these errors were encountered: