ExecuteQueryInSnowFlake¶
Type¶
dataset
Class¶
fire.nodes.snowflake.NodeExecuteQueryInSnowFlake
Fields¶
| Name | Title | Description |
|---|---|---|
| sfUrl | SF Url | SnowFlake URL to connect to |
| sfUser | SF User | User for connecting to the SnowFlake |
| sfPassword | SF Password | Password for connecting to the SnowFlake |
| sfDatabase | SF Database | Database for connecting to the SnowFlake |
| sfSchema | SF Schema | Schema for connecting to the SnowFlake |
| sfWarehouse | SF Warehouse | Warehouse for connecting to the SnowFlake |
| query | SF Query | |
| outputColNames | Output Column Names | Name of the Output Columns |
| outputColTypes | Output Column Types | Data Type of the Output Columns |
| outputColFormats | Output Column Formats | Format of the Output Columns |