public interface DeltaLakeToIcebergMigrationActionsProvider
defaultActions() to access default action implementations, or implement
this provider to supply a different implementation if necessary.| Modifier and Type | Interface and Description |
|---|---|
static class |
DeltaLakeToIcebergMigrationActionsProvider.DefaultDeltaLakeToIcebergMigrationActions |
| Modifier and Type | Method and Description |
|---|---|
static DeltaLakeToIcebergMigrationActionsProvider |
defaultActions()
Get the default implementation of
DeltaLakeToIcebergMigrationActionsProvider |
default SnapshotDeltaLakeTable |
snapshotDeltaLakeTable(java.lang.String sourceTableLocation)
Initiates an action to snapshot an existing Delta Lake table to an Iceberg table.
|
default SnapshotDeltaLakeTable snapshotDeltaLakeTable(java.lang.String sourceTableLocation)
sourceTableLocation - the location of the Delta Lake tableSnapshotDeltaLakeTable actionstatic DeltaLakeToIcebergMigrationActionsProvider defaultActions()
DeltaLakeToIcebergMigrationActionsProvider