We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70368e3 commit bcc30e8Copy full SHA for bcc30e8
docs.feldera.com/docs/connectors/sources/debezium.md
@@ -194,6 +194,17 @@ CREATE TABLE my_table (
194
)
195
```
196
197
+::: warning
198
+
199
+Notice that the data format provided by the connector contains data
200
+and metadata columns; for example, a metadata column is the "operation", which
201
+describes whether the row is inserted or deleted. The table schema
202
+should only include the data columns, not the metadata columns. If
203
+you need to ingest metadata information, see for example
204
+[`CONNECTOR_METADATA`](/connectors/sources/kafka/#accessing-kafka-metadata).
205
206
+:::
207
208
### Avro
209
210
Configure a Feldera connector to ingest changes from an Avro-encoded Kafka topic.
0 commit comments