tDeltaLakeOutput
Writes records in the Delta Lake layer of your Data Lake system in the Parquet format.
Delta Lake is an open source storage layer that brings ACID (Atomicity, Consistency, Isolation, Durability) transactions, scalable metadata handling, and unifies streaming and batch data processing to Data Lakes. To put the concept visual, data stored in Delta Lake takes the shape of versioned Parquet files with their transaction logs.
For further information, see the Delta Lake documentation on https://docs.delta.io/latest/index.html.