Delta Lake components
tDeltaLakeClose | Closes an active DeltaLake connection to release the occupied resources. |
tDeltaLakeConnection | Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs. |
tDeltaLakeInput | Extracts the latest version or a given snapshot of records from the Delta Lake layer of your Data Lake system and sends the data to the next component for further processing. |
tDeltaLakeOutput | Writes records in the Delta Lake layer of your Data Lake system in the Parquet format. |
tDeltaLakeRow | Acts on the actual DB structure or on the data (although without handling data) using the SQLBuilder tool to write easily your SQL statements. |