- Is this your first time deploying Airbyte?: Yes
- OS Version / Instance: Ubuntu
- Memory / Disk: 4GB / 30GB
- Deployment: Docker
- Airbyte Version: v0.35.59-alpha
- Source name/version: kafka v0.1.4
- Destination name/version: databricks (dev)
- Step: The issue is happening during sync, creating the connection or a new source? During sync
- Description: Kafka source source to Databricks destination connection succeeds but does not ingest any data and logs a JSON schema validation failed and topic_partitions is missing but it is required error.
Verified that Kafka topic was created with 1 partition and was able to be consumed by a test consumer.
Python produce code used as defined below:
self.producer.produce(self.topic, msg, partition=0, callback=lambda err, original_msg=msg: self.delivery_report(err, original_msg),)
logs-11.txt (16.8 KB)