ytsaurus / ytsaurus

YTsaurus is a scalable and fault-tolerant open-source big data platform.
https://ytsaurus.tech
Apache License 2.0
1.88k stars 134 forks source link

Implement read-directory and write-directory commands #513

Open zlobober opened 7 months ago

zlobober commented 7 months ago

It would be convenient to be able to download a directory from YT in form of a tarball, or a .tgz. And vice versa, uploading a data back to YT would also be convenient.

Sounds like a nice first issue for a newcomer :)

Kontakter commented 7 months ago

Do you know that we have proper helpers in Python API?

https://github.com/ytsaurus/ytsaurus/blob/a2d3c69716ba8dbcfdb8094ed85de37eb9b59425/yt/python/yt/wrapper/dirtable_commands.py#L183