ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.69k stars 501 forks source link

Do not print type and name in `ydb scheme describe` for formats other than pretty #3457

Open pnv1 opened 3 months ago

pnv1 commented 3 months ago
$ ya ydb scheme describe orders/updates --format=proto-json-base64
<topic> updates
{"self":{"name":"updates»…
CyberROFL commented 3 weeks ago

@pnv1 @asmyasnikov

$ ydb scheme describe <path> --format=proto-json-base64 | jq
parse error: Invalid numeric literal at line 1, column 8
(Error 32: Broken pipe) util/stream/output.cpp:400: fflush failed