Snowflake Connector Plugin No Errors and No Data #10013
-
Hi I'm working on setting up a snowflake sink connector to strimzi and have gotten stuck and need some help. I have mainly used this post as guidance: https://github.com/orgs/strimzi/discussions/9825. I have applied these connector configs. I am able to produce using the produce.py script and consume with an equivalent one, but no data is going to snowflake, and notably
There are no failure logs or errors that I can find so I'm not sure where else to look. If my data types are mismatched from the connector converts and my producer could that cause this type of issue? That's the only thing I can see that may not quite line up, but I feel like the the connector ready status should be true like the KafkaConnect resource. kafkaConnect yaml:
snowflake connector yaml:
produce.py
output of
output of
Dockerfile:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I guess you are missing the |
Beta Was this translation helpful? Give feedback.
Sorry if this was not clear. But you need to have this label on the
KafkaConnector
resource and it has to point to the name of theKafkaConnect
resource it should be used with.