Dave Berenbaum

Results 845 comments of Dave Berenbaum

Not that strong an opinion, but `gh auth login` has prompts. While they can be clumsy, in this case there is already some interaction needed, so I didn't think prompts...

We also need a way to auto push on `exp save` for dvclive-only experiments. `DVC_EXP_AUTO_PUSH` does not do this now.

Thoughts on this approach? - Once you login to studio, everything will be pushed automatically unless you set it to offline, and we can make clear during login how to...

Not a requirement but nice to have would be to incorporate #8843 when doing this. If we can push the dvc-tracked data at the end of each stage, and include...

Tasks for this issue: - [x] Confirm `DVC_EXP_AUTO_PUSH` works as expected - [x] Make `DVC_EXP_AUTO_PUSH` default to use git remote `origin` (currently requires `DVC_EXP_GIT_REMOTE`) - [x] Make `DVC_EXP_AUTO_PUSH` work on...

@skshetry I updated the checklist above for what's left to do here.

> We could also make `studio.repo_url` an alias for `exp.git_remote` and deprecate it, so you can specify either a URL or a git remote name. _Originally posted by @skshetry in...

Added `Make auto push work with queue`. Currently, queued experiments fail because `origin` is not set in the queued repo: ``` $ dvc exp run --run-all Following logs for all...

@aschuh-hf I thought there was a GH issue for this already, but I can't seem to find it. Do you plan to change the path for each experiment you run?

Nice @aschuh-hf! I was looking a bit into #237, and this looks like the same idea that's needed there. It's also related to the discussion in #638. It would be...