ydb-platform / ydb-platform/ydb-python-sdk
feature: Автоматически генерировать python class из протобафов
Open
@vgvoleg is already working on this.
Since Feb 19, 2025.
area/python
area/sdk
enhancement
- Dominant language
- Python
- Stars
- 102
- Forks
- 75
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Сейчас есть проблема что в некоторых местах при изменении публичного протобафа, приходится дописывать код в питон https://github.com/ydb-platform/ydb-python-sdk/pull/553/files#diff-196f6d84ba2b0b6c193f6bd941a7c9dcd93d886c6412cc4803c564936c542bcaR14-R30
Поэтому фича может быть сделана давно, а в python она приезжает не сразу. С помощью автогенерации классов на основе python можно было бы решить эту проблему и автоматически получать изменения
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.