-
Notifications
You must be signed in to change notification settings - Fork 1
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
Table data columns: show more information about imported data (rev
, source
, etc)
#16
Comments
Thanks @daavoo ! It makes sense. Columns already have different possible representations: Also tooltips: Neither of those cover revisions and imported dataset. It makes sense to mention the source as well I think, not only revision. I think we can display it as part of the tooltip. And/or make another "file parameter" in the column dropdown. WDYT? |
rev
property of imported data filerev
, source
, etc)
@daavoo any thoughts on this? |
Tooltip and the new "file parameter" would be nice. I would also consider making |
@Suor do we already parse the |
No we don't. We have the same fields for all file fields now - |
@daavoo what are you referring to with |
I didn't use the term
This field gets created for imported So, running: dvc import [email protected]:iterative/dataset-registry.git use-cases/cats-dogs --rev 'cats-dogs-v1' Creates a md5: 7ff366c716a376ec009054f1c141dc17
frozen: true
deps:
- path: use-cases/cats-dogs
repo:
url: [email protected]:iterative/dataset-registry.git
rev: cats-dogs-v1
rev_lock: 0547f5883fb18e523e35578e2f0d19648c8f2d5c
outs:
- md5: b6923e1e4ad16ea1a7e2b328842d56a2.dir
size: 41149064
nfiles: 1800
path: cats-dogs ref: https://dvc.org/doc/command-reference/import#example-importing-and-updating-fixed-revisions |
Thanks for the explanation and clarification, I'm trying to understand which information should be shown besides |
@erudin let's save everything under that |
@daavoo For a given imported file, the |
If we don't show |
When a data file has been imported/updated using the
--rev
option ofdvc import
/dvc update
, arev
subfield is being added to the.dvc
file (See Example: Importing and updating fixed revisions).I think that, in cases where it exists, showing or allowing to show the value of
rev
could be more useful thansize
which is the one being currently displayed in the "column view".The text was updated successfully, but these errors were encountered: