Package org.apache.beam.sdk.io.delta
Class DeltaIO
java.lang.Object
org.apache.beam.sdk.io.delta.DeltaIO
A connector that reads from Delta Lake tables.
Configuration Options
Please check the Managed IO configuration page for more details.This is work in progress and is subject to change. For more details and to track progress, see Issue 21100.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeltaIO.ReadChangesReads change data feed (CDC) from a Delta Lake table.static DeltaIO.ReadRowsreadRows()Reads rows from a Delta Lake table.
-
Field Details
-
CHANGE_TYPE_COLUMN
- See Also:
-
COMMIT_VERSION_COLUMN
- See Also:
-
COMMIT_TIMESTAMP_COLUMN
- See Also:
-
-
Constructor Details
-
DeltaIO
public DeltaIO()
-
-
Method Details
-
readRows
Reads rows from a Delta Lake table.Normally, it is recommended to use
Managed.read(String)withManaged.DELTA_LAKEinstead of directly using this transform. -
readChanges
Reads change data feed (CDC) from a Delta Lake table.
-