interface SnowflakeNodeParameters {
columns?: string;
operation?: "update" | "executeQuery" | "insert";
query?: string;
table?: string;
updateKey?: string;
}
interface SnowflakeNodeParameters {
columns?: string;
operation?: "update" | "executeQuery" | "insert";
query?: string;
table?: string;
updateKey?: string;
}
Comma-separated list of the properties which should used as columns for the new rows