We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e6d1b commit 18e50bcCopy full SHA for 18e50bc
ydb/docs/en/core/reference/ydb-cli/export-import/view-backup.md
@@ -24,7 +24,7 @@ As we have discussed in the previous [paragraph](#backup-file-organization-view-
24
25
### Example
26
27
-To understand the query path rewriting rules clearly, let's consider the following scenario:
+Let's consider the following scenario:
28
29
1. A user creates a view with the following query:
30
@@ -128,7 +128,7 @@ ydb --database /my_database --endpoint <endpoint> tools restore --path ./restore
128
ydb scheme describe restore/point/my_view
129
```
130
131
-will show the following added explicit `TablePathPrefix` pragma:
+will show the following `TablePathPrefix` pragma:
132
133
```text
134
<view> my_view
0 commit comments