We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9c2b6 commit 9ab321bCopy full SHA for 9ab321b
src/containers/Tenant/utils/schemaQueryTemplates.ts
@@ -128,7 +128,7 @@ export const createExternalTableTemplate = (params?: SchemaQueryParams) => {
128
};
129
130
export const createTopicTemplate = (params?: SchemaQueryParams) => {
131
- const path = params?.relativePath ? `\`${params?.relativePath}\`/my_topic` : '${1:my_topic}';
+ const path = params?.relativePath ? `\`${params?.relativePath}/my_topic\`` : '${1:my_topic}';
132
return `-- docs: https://ydb.tech/docs/en/yql/reference/syntax/create-topic
133
CREATE TOPIC ${path} (
134
CONSUMER consumer1,
0 commit comments