Ivan Shcheklein
Ivan Shcheklein
@skshetry it'a a bit more complicated as far as I understand. It would have to do multiple lock files at once + there R and W locks so we would...
@efiop agreed, it feels weird, looks complicated. But if we think about this - `rwlock` was written in way that it needs protection (that `repo.lock` serves as a guard). It...
@allenyllee @pared mentioned about the [`--to-remote` option](https://dvc.org/doc/command-reference/add#example-transfer-to-remote-storage), would that work for you, and if not, why? I'm still trying to better understand your needs and your suggestion, tbh. Could you...
@allenyllee yep, and what I'm trying to understand what exactly is missing / how is it different from the proposal I have in that thread. It would be really helpful...
@ivyleavedtoadflax could you check please if this is resolved now?
@prihoda could you please describe a "real-life" example where parametrizing pipelines like this would give benefits? Was you trying to solve some problem? (I do have some ideas on my...
@mroutis what do you mean by "explicit vs implicit" in this case? May be I missing something, but having a way of passing some parameters (in a way that DVC...
@efiop creating a single config file and using it as a dependency (via -d) breaks granularity of caching - every change in this global config makes the whole pipeline (bc...
I like the idea with `-e` as well. To be completely fair, I don't like that with DVC you have to specify (and keep them up to date) all the...
> By the way, I didn't understand quite well the implications of "breaking granularity of caching" by having a file with parameters, would you mind explaining? Yep. Let's imagine you...