We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
We have changed discovery of SPYT cluster a little, so now clusters may be listed (using the same CHYT api). Thus selector for SPYT clusters could be implemented like it made for CHYT engine. Seems like it will require a work with QT page and unification CHYT api. Selector: https://github.com/ytsaurus/ytsaurus-ui/blob/main/packages/ui/src/ui/pages/query-tracker/QueryTrackerTopRow/QuerySelectorsByEngine.tsx#L56 For SPYT we should use /api/livy endpoint here: https://github.com/ytsaurus/ytsaurus-ui/blob/main/packages/ui/src/ui/store/actions/chyt/api.ts#L97
/api/livy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have changed discovery of SPYT cluster a little, so now clusters may be listed (using the same CHYT api).
Thus selector for SPYT clusters could be implemented like it made for CHYT engine.
Seems like it will require a work with QT page and unification CHYT api.
Selector: https://github.com/ytsaurus/ytsaurus-ui/blob/main/packages/ui/src/ui/pages/query-tracker/QueryTrackerTopRow/QuerySelectorsByEngine.tsx#L56
For SPYT we should use
/api/livy
endpoint here: https://github.com/ytsaurus/ytsaurus-ui/blob/main/packages/ui/src/ui/store/actions/chyt/api.ts#L97The text was updated successfully, but these errors were encountered: