-
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
Metrics - plotting for multiple revisions initial #3577
Conversation
76a42af
to
25f606b
Compare
33abe3e
to
d06056b
Compare
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.
Looks good for the most part, just had the one question about the 3.5 test issue
9631e90
to
890a0ef
Compare
help="Print plot content to stdout", | ||
) | ||
plot_diff_parser.add_argument( | ||
"--no-csv-header", |
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.
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.
I agree here, @dmpetrov ?
Co-authored-by: Ruslan Kuprieiev <[email protected]>
Co-authored-by: Ruslan Kuprieiev <[email protected]>
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.
π₯ π₯ π₯
"--template", | ||
nargs="?", | ||
default=None, | ||
help="File to be injected with data.", |
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.
Maybe link to some doc where we explain templates? Something like
help="Vega specification template file to inject with the data. See man.dvc.org/...",
See conversation in #3577 (comment)
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.
Same in line 192
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.
A few post-merge ideas and questions @pared βοΈ
Also possibly pending, #3577 (comment)
I can send a PR but if you could answer my questions when you can, that'll help me.
* plot: update datafile desc. * plot: link to cmd ref in output * plot: update --stdout desc per #3577 (review) * plot: a few more output string updates per #3759 (review) and iterative/dvc.org#1283
β I have followed the Contributing to DVC checklist.
π If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here. If the CLI API is changed, I have updated tab completion scripts.
β I will check DeepSource, CodeClimate, and other sanity checks below. (We consider them recommendatory and don't expect everything to be addressed. Please fix things that actually improve code or fix bugs.)
Thank you for the contribution - we'll try to review it as soon as possible. π
Next stage of #3569