Interface DeltaLakeToIcebergMigrationActionsProvider

  • All Known Implementing Classes:
    DeltaLakeToIcebergMigrationActionsProvider.DefaultDeltaLakeToIcebergMigrationActions

    public interface DeltaLakeToIcebergMigrationActionsProvider
    An API that provide actions for migration from a delta lake table to an iceberg table. Query engines can use defaultActions() to access default action implementations, or implement this provider to supply a different implementation if necessary.