-
Notifications
You must be signed in to change notification settings - Fork 1.2k
import: importing directories output is ugly, confusing, not informative #2691
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
Comments
Can I work on this? |
@kurianbenoy take a bite if you wish, imports are not famous for having straightforward code though) The temp path issue was discussed here #2605, which is also tricky. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@Suor @efiof, I couldn't find the file where the temp file path is currently being located. |
@kurianbenoy If you are specifically going after tmp paths then it has its separate issue #2605. Let's discuss it there. It says about |
@kurianbenoy @Suor have updated the ticket description to reflect that #2605 is handling temp paths issue. thanks @Suor . |
@shcheklein @Suor, I got a bit busy with other works. Will catch up with this issue after that |
Related: #2839 |
It looks to me like all these issues have now been addressed. Outputs from
Closing this. |
Uh oh!
There was an error while loading. Please reload this page.
To reproduce:
While it's running:
Multi-Threaded:
is blinking multiple times (cc @casperdcl ).Importing 'data/features (https://github.com/iterative/example-get-started)' -> 'features'
Multi-Threaded:
49%|████▉ |../../../../private/var/folders/_1/dxrf7_f15sn4r01jvqvr5b6h0000gn/T/tmp64drrk0idvc-erepo/data/features/train.pkl 5636096/11549662 [00:08<00:15, 374kB/s]
If we have a few separate steps (querying something, calculating checksums, downloading, etc) - it would be helpful to show clearly the message of what's happening. It might be helpful to see that this stage is done, instead of just removing everything. Otherwise it's all blinking too fast.
We must avoid exposing temp path (handled in #2605).
When it's done:
Output 'features' didn't change. Skipping saving.
- what does it mean? Is it done successfully? What has just happened?Todo here or use multiple PRs:
Multi-Threaded
is not used anymoreDo not use temp file paths(handled separately in dvc get/import shows temporary paths #2605 per @Suor comment below)skipping saving
message at the end. Make sure we don't break any other commands.The text was updated successfully, but these errors were encountered: