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 640dd97 commit 4773ce8Copy full SHA for 4773ce8
src/containers/Tenant/utils/schemaQueryTemplates.ts
@@ -178,7 +178,7 @@ export const dropTopicTemplate = (params?: SchemaQueryParams) => {
178
};
179
180
export const createViewTemplate = (params?: SchemaQueryParams) => {
181
- const path = params?.relativePath ? `\`${params?.relativePath}\`/my_view` : '${1:my_view}';
+ const path = params?.relativePath ? `\`${params?.relativePath}/my_view\`` : '${1:my_view}';
182
return `CREATE VIEW ${path} WITH (security_invoker = TRUE) AS SELECT 1;`;
183
184
0 commit comments