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:
- The
format
option must be set toparquet
, as Delta Lake only supports Parquet files. - Delta can only be used as a sink, not a source.
- Partitioning is not integrated with the delta log.