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 e106505 commit a22d879Copy full SHA for a22d879
src/containers/Tenant/utils/schemaQueryTemplates.ts
@@ -66,10 +66,10 @@ CREATE OBJECT secret_name (TYPE SECRET) WITH value="secret_value";
66
CREATE ASYNC REPLICATION my_replication
67
FOR \${1:<original_table>} AS \${2:replica_table} --[, \`/remote_database/another_table_name\` AS \`another_local_table_name\` ...]
68
WITH (
69
- CONNECTION_STRING="grpcs://mydb.ydb.tech:2135/?database=/\${3:<remote_database>}",
+ CONNECTION_STRING="\${3:grpcs://mydb.ydb.tech:2135/?database=/remote_database}",
70
TOKEN_SECRET_NAME = "secret_name"
71
-- ENDPOINT="mydb.ydb.tech:2135",
72
- -- DATABASE=\`\${3:/remote_database}\`,
+ -- DATABASE=\`/remote_database\`,
73
-- USER="user",
74
-- PASSWORD_SECRET_NAME="your_password"
75
);`;
0 commit comments