Datasource Create Table
Creates a table in the datasource using the given datasource mapping.
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Complete
OUTPUTFires when table creation logic completes (SQL executed or skipped).
Data Inputs
Datasource
INPUTName of the datasource to use.
Table Name
INPUTThe name of the SQL table to create.
Mapping
INPUTThe datasource mapping to use for creating the table.
Execute
INPUTWhether to actually execute the CREATE TABLE SQL or just return it.
Data Outputs
Generated SQL
OUTPUTstring
The generated SQL statement based on the mapping and table name.
Multiple
Settings
If Not Exists
BOOLEANIf true, adds IF NOT EXISTS clause to CREATE TABLE.
Default: true
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