Read Delta¶
Dataset Node for reading Apache Delta files
Input¶
It reads in Delta files
Output¶
It creates a DataFrame from the data read and sends it to its output
Type¶
dataset
Class¶
fire.nodes.dataset.NodeDatasetDelta
Fields¶
Name |
Title |
Description |
|---|---|---|
path |
Path |
Path of the Delta file/directory |
schema |
InferSchema |
|
outputColNames |
Column Names for the Delta |
Output Columns of the Delta |
outputColTypes |
Column Types for the Delta |
Data Type of the Output Columns |
outputColFormats |
Column Formats for the Delta |
Format of the Output Columns |
properties |
Properties |
|
extraOptionsKeys |
Properties Name |
Extra options/properites available while executing in Read Delta. |
extraOptionsValues |
Properties Value |
Config Values for the Corresponding properites name |