Datasource Query
Executes a SQL SELECT query and returns a list of rows (each row is a map of column and value).
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Complete
OUTPUTFires when the data is successfully inserted into the cube.
Data Inputs
Datasource
INPUTName of the datasource to use.
Query
INPUTThe SELECT query to execute.
Parameters
INPUTOptional list of parameters to substitute for ? placeholders.
Data Outputs
Result
OUTPUTarray
List of rows returned by the query.
Multiple
Settings
Throw on SQL Error
BOOLEANIf true, will throw an error if a SQL error occurs during query.
Default: true
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing