-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debezium server is failing to create a table because of an invalid table identifier #369
Comments
@mevadadhruv as mentioned before please check that Glue catalog naming rules are supporting the naming you are using. please test with Skip Name Validation config the details of glue catalog here https://iceberg.apache.org/docs/nightly/aws/?h=glue#glue-catalog |
also i was checking this issue in the debezium community side where Vojtech Juranek suggested us the "SMT". from the iceberg side it'll also help right ? |
Hi @ismailsimsek , we are successfully able to get data to a3 bucket through debezium and iceberg. Regards, |
you could add this dependency to your project and use this SMT https://github.com/jcustenborder/kafka-connect-transform-common additional details https://stackoverflow.com/a/60860628/2679740 |
hi @ismailsimsek, |
hi @ismailsimsek , |
Good Morning, @ismailsimsek |
this option is now implemented in 0.6.0.Final release |
Hi @ismailsimsek, Thank you so much for addressing our issue and providing a release that resolved the problem. We really appreciate your support. Currently, we are able to retrieve data from our source, but it's only working for a single table. After reviewing the Debezium documentation, we understand that Debezium should be capable of capturing data from multiple tables simultaneously. However, we're now encountering an issue where we can't achieve this. We've attempted several different scenarios to resolve the problem, but unfortunately, we haven't been successful. Could you please assist us with this? Below, I'm sharing our application.properties file and the logs we're receiving for your reference. Thank you in advance for your help! |
Hello,
I'm reaching out to discuss an issue we're facing while setting up the Debezium-Iceberg integration in our architecture. We followed the steps outlined in Chris Cranford (Naros)'s blog post (https://debezium.io/blog/2022/09/30/debezium-oracle-series-part-1/) and ensured that the Oracle database user has been granted the necessary privileges as described in the Debezium documentation.
However, we've encountered an error that we're struggling to resolve. The error message in the logs indicates that the Debezium server is failing to create a table due to an invalid table identifier:
apacheiceberg.debeziumcdc_aws_DNT_TEST
. This issue arises during the processing of change data capture (CDC) events using the Iceberg sink connector.Attached is a screenshot showing the exact error message for reference.
We would greatly appreciate any guidance or assistance you can provide to help us resolve this issue.
Thank you for your support.
Best regards,
Dhruv Mevada
The text was updated successfully, but these errors were encountered: