File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/containers/Tenant/utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ export const createAsyncReplicationTemplate = () => {
4646 return `CREATE OBJECT secret_name (TYPE SECRET) WITH value="secret_value";
4747
4848CREATE ASYNC REPLICATION my_replication
49- FOR \`/remote_database/table_name\` AS " local_table_name" --[, \`/remote_database/another_table_name\` AS " another_local_table_name" ...]
49+ FOR \`/remote_database/table_name\` AS \` local_table_name\` --[, \`/remote_database/another_table_name\` AS \` another_local_table_name\` ...]
5050WITH (
51- CONNECTION_STRING=\` grpcs://mydb.ydb.tech:2135/?database=/remote_database\` ,
52- TOKEN_SECRET_NAME = "secret_name",
51+ CONNECTION_STRING=" grpcs://mydb.ydb.tech:2135/?database=/remote_database" ,
52+ TOKEN_SECRET_NAME = "secret_name"
5353 -- ENDPOINT="mydb.ydb.tech:2135",
5454 -- DATABASE=\`/remote_database\`,
5555 -- USER="user",
You can’t perform that action at this time.
0 commit comments