Class DeltaIO

java.lang.Object
org.apache.beam.sdk.io.delta.DeltaIO

@Internal public class DeltaIO extends Object
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.

  • Field Details

  • Constructor Details

    • DeltaIO

      public DeltaIO()
  • Method Details

    • readRows

      public static DeltaIO.ReadRows readRows()
      Reads rows from a Delta Lake table.

      Normally, it is recommended to use Managed.read(String) with Managed.DELTA_LAKE instead of directly using this transform.

    • readChanges

      public static DeltaIO.ReadChanges readChanges()
      Reads change data feed (CDC) from a Delta Lake table.