-
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
DVC list not working with remote google cloud storage #2309
Comments
Ok but this is not clear from reading this: https://dvc.org/doc/use-cases/data-registries#listing-data |
@tupui That paragraph is a part of use-case, which doesn't have to be throughout. What about https://dvc.org/doc/command-reference/list ? If you have any suggestions, please let us know. |
Same from here: https://dvc.org/doc/command-reference/list#example-list-all-files-and-directories-in-a-data-registry It is saying data-registry and for me my GCS is a data-registry. In any case, I find this behaviour to be not consistent. |
This is confusing for me:
From this, I feel that I can have a list of the files at GCS too. |
Hi @tupui
That reads "To explore the contents of a DVC repo ... use the dvc list command", can you help us understand what part made you think
It opens with "Let's imagine a DVC repo used as a data registry" so it actually specifies what we mean by "data registry", which is a major DVC pattern we have documented (as a Use Case). And the URL is a Github repo (
Again it states that But if you have a specific suggestion on how to improve the texts that confuse you, maybe that would be easier to address.
Can you elaborate on why please? Maybe you're thinking of a sort of |
Well why this should not be the case?
The confusion is coming from the fact that you have an API for git related things which you call |
This answer doesn't help understand why you expect that.
Not sure about that. Sounds like this is a core discussion (cc @efiop sending back for now).
Thanks for the feedback, will consider the suggestion in #2306 (or a following update). We're also working on a basic concepts section (#550) which should hopefully help with that too. For now there are already pervasive tooltips around the docs e.g. Thanks |
@jorgeorpinel hey, what are the action points for this ticket in the DVC core? :) |
For the tooltip, I think this should be uniformize at least. So
Here I am not talking about the Python API sorry. I was referring to the CLI. IMO, there would be two ways to address this. Either keep the ability to either get info about GIT things and only DVC things. Or remove this distinction for the user. |
It looks like a discussion on the command behavior to me @shcheklein. Title: For now the one doc suggestion I was able to find so far is already included in /pull/2306 (for now — that one may get split). @tupui's last comment does focus on docs since we guided the conversation in that direction, so I guess now it's a mix. |
This comment has been minimized.
This comment has been minimized.
To my mind this ticket was about |
OK, closing the core discussion / feature-request then. Moving to docs again to continue that part of the conversation. p.s. The core points below don't have to be answered yet:
I'll focus on the docs side for now. |
@tupui I'm trying to summarize but I still have some questions for you. Thanks in advance:
What do you mean by "an API for data registry"? Is there a link to docs where you found that? A data registry is a pattern (see https://dvc.org/doc/use-cases/data-registries) which can be implemented on DVC (or not). 👉 Maybe this is the main confusion (below) 👈 We do have a sample DVC repo that implements a data reg (https://github.com/iterative/dataset-registry), which is used in an example of the
Indeed 👍 but it's tricky because we need both terms for different contexts. We are reviewing all the concepts/tooltips in #550 though, and thinking about this.
I think I understand what you mean now 🙂 but going back to #2309 (comment), that's not what So thus far I can't find any other updates need to docs per this. Please if you have specific suggestions share them here. |
UPDATE: I decided to update the |
There are two things here:
dvc list
and it would pick up the default remove.dvc list gs://...
is not working (cloning is failing)I can list the content by using
dvc status --remote
so I would like to be able to do the same with listing.The text was updated successfully, but these errors were encountered: