ytsaurus
ytsaurus copied to clipboard
YTsaurus is a scalable and fault-tolerant open-source big data platform.
YTsaurus supports prerequisite transactions, this is a possibility to annotate any Cypress query with a list of transactions and the action (either read or write) will be executed if and...
Right now there is no sugar for working with queries. Even query waiting must be implemented manually. I want to have official sugar like this: https://github.com/ytsaurus/ytsaurus/blob/a3233e6e3ff64374a4f6cc7febc9302834beb4fa/yt/python/yt/wrapper/operation_commands.py#L613-L617 I have my own...
Nowadays you can set permissions available for user only for all type of objects. We need to create a function that would provide ability to set custom list of permissions...
As far as I known the only way to change file codec is to overwrite the file completely This is not very convenient and more dangerous than just calling yt...
Currently, a race is possible when you try to abort a query, but query finishes between `get_state` and `abort`: ```shell >>> client.get_query('8afed27-c66b620d-f4e2d5dc-89661f2b', attributes=["state"]) {'state': 'completed'} >>> client.abort_query('8afed27-c66b620d-f4e2d5dc-89661f2b') Traceback (most recent...
UI-side issue: https://github.com/ytsaurus/ytsaurus-ui/issues/522 For https://github.com/ytsaurus/ytsaurus-ui/issues/369 we added `cluster_name` to `yql_statistics` field of yql progress Unfortunately, it becomes available only after query completion. We need to add it to `yql_progress` which...
## Motivation We want to expose an API for fetching metrics for the whole cluster solely from YT proxy hosts. This is useful when the cluster provider does not want...
If there is a pool bar/foo, and you are trying to create a pool baz/foo, you get an expected error: ``` $ yt create scheduler_pool --attributes '{name=foo; parent_name=baz; pool_tree=default}' Failed...