-
Notifications
You must be signed in to change notification settings - Fork 739
Export / import s3 for topics configuration docs #30232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -16,6 +16,7 @@ The export feature is available only for objects of the following types: | |||||
| - [Row-oriented table](../../../../concepts/datamodel/table.md#row-oriented-tables) | ||||||
| - [Secondary index](../../../../concepts/glossary.md#secondary-index) | ||||||
| - [Vector index](../../../../concepts/glossary.md#vector-index) | ||||||
| - [Topic](../../../../concepts/datamodel/topic.md) () | ||||||
|
||||||
| - [Topic](../../../../concepts/datamodel/topic.md) () | |
| - [Topic](../../../../concepts/datamodel/topic.md) (only the schema, without messages) |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -14,8 +14,9 @@ | |||||||||
|
|
||||||||||
| - [директория](../../../../concepts/datamodel/dir.md); | ||||||||||
| - [строковая таблица](../../../../concepts/datamodel/table.md#row-oriented-tables); | ||||||||||
| - [вторичный индекс](../../../../concepts/glossary.md#secondary-index). | ||||||||||
| - [векторный индекс](../../../../concepts/glossary.md#vector-index). | ||||||||||
| - [вторичный индекс](../../../../concepts/glossary.md#secondary-index); | ||||||||||
| - [векторный индекс](../../../../concepts/glossary.md#vector-index); | ||||||||||
| - [топик](../../../../concepts/datamodel/topic.md) (only the schema, without messages). | ||||||||||
|
||||||||||
| - [топик](../../../../concepts/datamodel/topic.md) (only the schema, without messages). | |
| - [топик](../../../../concepts/datamodel/topic.md) (только схема, без сообщений). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Поддерживаю.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - [топик](../../../../concepts/datamodel/topic.md) (only the schema, without messages). | |
| - [топик](../../../../concepts/datamodel/topic.md) (только схема). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filename
create_topic.pbshould be formatted with backticks for consistency with other file references in the documentation (e.g.,changefeed_description.pbandtopic_description.pbon lines 73-74).