Skip to main content
info
This documentation is for version v2.4 of the product.
For the latest version(v2.7) documentation click here
Version: v2.4 print this page

SQL

This node runs the given SQL on the incoming DataFrame

Input

This type of node takes in a DataFrame and transforms it to another DataFrame

Output

This node runs the given SQL on the incoming DataFrame to generate the output DataFrame

Type

transform

Fields

NameTitleDescription
tempTableTemp TableTemp Table Name to be used
sqlSQLSQL to be run
schemaSchema
outputColNamesOutput Column NamesName of the Output Columns
outputColTypesOutput Column TypesData Type of the Output Columns
outputColFormatsOutput Column FormatsFormat of the Output Columns