-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
cached params files don't get collected #9478
Comments
It's important to be able to track params as outputs. In most cases, they don't need to be cached, but since that's the default behavior for outputs, it will often break when users try it. |
@dberenbaum should I expect these changes to work on the Studio side now that this is released, or is there a delay there? When I try this in my |
@slevang yes, it's not released / fixed on the Studio side. I'll try to update it soon. |
That's what I figured, thanks. No rush, just wanted to make sure I wasn't missing something. |
@slevang I think it should be now released and deployed to Studio. Could you please give it a try when you have time and confirm if everything works fine for you. |
Bug Report
Description
Top-level params files that are saved to the cache don't get collected in
params/exp show
.First reported by @slevang in #7224.
Reproduce
From a fresh Git/DVC repo, add this
dvc.yaml
:Then run this:
$ dvc exp run $ dvc exp show ───────────────────────────────────────────── Experiment Created param ───────────────────────────────────────────── workspace - 1 main 01:18 PM - └── 5d93ec0 [zinky-sled] 01:25 PM ! ─────────────────────────────────────────────
Expected
The experiment row should show
1
instead of!
under theparam
column.Environment information
The text was updated successfully, but these errors were encountered: