Write Parquet files to a Delta Lake Table
delta
sink.
This sink shares most of its code with the File System Sink,
and as such, it supports all of the same configuration options.
However, it has the following constraints:
format
option must be set to parquet
, as Delta Lake only supports Parquet files.