When another user re-saves a file and changes ownership, does the hash change and invalidate a file target? [help] #1543
-
Help
DescriptionI have a targets pipeline for a scientific data analysis project. The underlying source data are being used in another research project as well that has a targets pipeline tracking some of the same files as targets. (It was originally just one targets pipeline, but we wanted to freeze some analyses for a manuscript while others can make changes, so duplicating and separating the targets project folders seemed to make the most sense.) I have noticed something a bit annoying--sometimes the other user will I am currently experimenting with changing the cue argument to use Unfortunately because it's a file ownership thing, it's very difficult to provide a reprex, sorry! Thank you for your assistance nonetheless. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Possibly. Is either pipeline trying to overwrite the file (regardless of what actually changes) or are both pipelines just tracking the file as input? In the latter case, not even ownership should change. In the former, I would recommend aligning on a common set of inputs that neither side tries to modify. |
Beta Was this translation helpful? Give feedback.
Yeah, I would suggest to have only one pipeline, at most, writing to files that both pipelines access.