We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630a146 commit 62bd3f0Copy full SHA for 62bd3f0
plugin-debezium/src/main/java/io/kestra/plugin/debezium/AbstractDebeziumRealtimeTrigger.java
@@ -245,8 +245,10 @@ private void stop(boolean wait) {
245
@Getter
246
public static class StreamOutput implements io.kestra.core.models.tasks.Output {
247
248
+ @Schema(title = "Stream.", description = "Stream source")
249
private String stream;
250
251
+ @Schema(title = "Data.", description = "Data extracted.")
252
private Map<String, Object> data;
253
254
}
0 commit comments