You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Use a SQL query to get data from the given sets of data",
key: "sql_query_data",
version: "0.1.1",
type: "action",
props: {
data_inputs: {
type: "any",
label: "Data inputs",
description: "An array of data inputs to use in the SQL Query (one for each `?` in query)"
},
sql_query: {
type: "string",
label: "SQL query",
description: "The SQL query to run against the provided data. Use a question mark (?) for where you want to use each data input (e.g as the table name), in order.",