You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After having a little discussion we got together on the following. Backend will report query plan as a field spyt_plan in progress yson document.
spyt_plan dict will has two fields:
dot - string, represent of graph in dot format.
meta - list of strings, info about every node.
HTML template of graph visualization is lying here: https://pastebin.com/ZhU4xVi4
It should be filled and rendered as a new tab Plan in SPYT queries.
All necessary scripts may be found in YTsaurus repository.
Expected result:
The text was updated successfully, but these errors were encountered:
After having a little discussion we got together on the following. Backend will report query plan as a field
spyt_plan
in progress yson document.spyt_plan
dict will has two fields:dot
- string, represent of graph in dot format.meta
- list of strings, info about every node.HTML template of graph visualization is lying here: https://pastebin.com/ZhU4xVi4
It should be filled and rendered as a new tab
Plan
in SPYT queries.All necessary scripts may be found in YTsaurus repository.
Expected result:
![image](https://private-user-images.githubusercontent.com/13220839/310537717-6dab926f-d705-48d6-93ff-c10d33c4e6f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzI3MzcsIm5iZiI6MTczODk3MjQzNywicGF0aCI6Ii8xMzIyMDgzOS8zMTA1Mzc3MTctNmRhYjkyNmYtZDcwNS00OGQ2LTkzZmYtYzEwZDMzYzRlNmY0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzNTM1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRjZDViYmVjYzUyZTcxNWVkM2I5YzVjZmQ1OTFkOWM0ZmNlYmI4ZGNkYTRhMjA4Mzg0MmM5YzEyYzQzNTYxYzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.I-hA5vEDj2Z7v3bT-MBLOd-QN1Tr8j8sPk8udT5_ln8)
The text was updated successfully, but these errors were encountered: