| Package | Description |
|---|---|
| io.cdap.delta.api |
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaSourceContext.setError(ReplicationError error)
Record that there are currently errors reading change events.
|
void |
DeltaTargetContext.setTableError(String database,
String table,
ReplicationError error)
Record that there are currently errors applying events to a specified table.
|
void |
DeltaTargetContext.setTableError(String database,
String schema,
String table,
ReplicationError error)
Record that there are currently errors applying events to a specified table.
|
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.