delta-io/connectors

Flink Connector FAQ says that reading isn't supported even though it is

noelo opened this issue · 0 comments

noelo commented

ref: https://github.com/noelo/connectors/blob/master/flink/README.md#frequently-asked-questions-faq

Can I use this connector to read data from a Delta table?

No, currently we are supporting only writing to a Delta table. A DeltaSource API with the support for reading data from Delta tables will be added in future releases.

But further up in the same README.md

Delta Source
Modes

Delta Source can work in one of two modes, described below.

The DeltaSource class provides factory methods to create sources for both modes. Please see documentation and examples for details.