-
Notifications
You must be signed in to change notification settings - Fork 394
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
params
: support for tracking all params in a file
#3431
Conversation
Is there a syntax for |
This comment was marked as outdated.
This comment was marked as outdated.
params
: support for tracking all params in a file
dependency. They consist of a list of params to track in one of these formats: | ||
|
||
1. A param key/value pair that can be found in `params.yaml` (default | ||
params file); | ||
2. A dictionary named by the file path to a custom params file, and with a | ||
list of param key/value pairs to find in it; | ||
3. An empty set (give no value or use `null`) named by the file path to a | ||
params file: to track all the params in it dynamically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The detail given now may be too much but we can address that... (from #3431 (review))
Well... I ended up adding even more details here. This should at some point get extracted to a separate guide (#2572) but OK to keep for now, I think.
Co-authored-by: Restyled.io <[email protected]>
Gatsby Cloud Build Reportdvc.org 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 56s PerformanceLighthouse report
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@skshetry PTAL |
@skshetry @jorgeorpinel merging this? |
See iterative/dvc#7432.