David de la Iglesia Castro
David de la Iglesia Castro
> Any update on this? Sorry for the late response. I will take a look this week
@iddqdiddqd Could you try following this doc https://dvc.org/doc/user-guide/how-to/share-a-dvc-cache#how-to-share-a-dvc-cache and check if the issue persists with that setup?
@dcdanko I am not able to reproduce so far. Could you share some more details on how you set up the projects? Even s a minimal example of 2 projects...
Seems like an issue with pyinstaller hook added in https://github.com/iterative/dvc/pull/5619 I the latest `deb` build the `hook-googleapiclient.model.py` didn't work as expected, [giving this warning](https://github.com/iterative/dvc-s3-repo/runs/6789167197?check_suite_focus=true#step:6:2634): ``` 38027 INFO: Loading module hook...
Issue appears to come from latest Pyinstaller release -> https://github.com/pyinstaller/pyinstaller/pull/6789
Bumping to pyinstaller 5.2. appears to haven't fixed the issue. Hooks on the latest build still raise warnings and a user has reported the same bug in `DVC version: 2.17.0...
This sounds very similar to other `dulwich` gitignore issues (i.e. #7815)
Only occurs if `--set-param` modifies an untracked params file and `--temp` or `--queue` flag is passed. The untracked params file gets added `scm.add` on [`_update_params`](https://github.com/iterative/dvc/blob/dbfe88510ff1185ba83c6b7d635275232f6ba086/dvc/repo/experiments/queue/base.py#L332) and stashed to [`stash_rev`](https://github.com/iterative/dvc/blob/dbfe88510ff1185ba83c6b7d635275232f6ba086/dvc/repo/experiments/queue/base.py#L406). When...
See previous discussion comments: https://github.com/iterative/dvc/discussions/6542#discussioncomment-1287600
> It's technically possible, but not implemented yet. The assets bucket is steadily growing, and there is nothing users can do to mark their artifacts as disposable. 🙈 I think...