feat(editor): Add SQL editor support (#5517)

This commit is contained in:
Jan Oberhauser
2023-04-25 18:18:27 +02:00
committed by GitHub
parent f9b11c73b9
commit 70aaf24784
15 changed files with 163 additions and 5 deletions

View File

@@ -65,6 +65,9 @@ export class Snowflake implements INodeType {
displayName: 'Query',
name: 'query',
type: 'string',
typeOptions: {
editor: 'sqlEditor',
},
displayOptions: {
show: {
operation: ['executeQuery'],