Skip to content
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

Fix for validation problem when typenames containing underscores #601

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

wagmarcel
Copy link
Member

No description provided.

@wagmarcel wagmarcel changed the title Flink table debug Fix for validation problem when typenames contained underscores Sep 30, 2024
The yaml table format makes it tough to do local debugging. The updated create_ngsild_tables.py script
is now providing an additional file 'ngsild.flinksql.debu' which contains the SQL compliant tables and views
which can be applied to the flink client directly.

Signed-off-by: marcel <wagmarcel@web.de>
There is a mismatch between the table creation and the debezium bridge. When a type name contains
'_' the resulting topic name was different. This led to errors in the validation. Debezium bridge
has been updated accordingly.

Signed-off-by: marcel <wagmarcel@web.de>
@wagmarcel wagmarcel changed the title Fix for validation problem when typenames contained underscores Fix for validation problem when typenames containing underscores Sep 30, 2024
@wagmarcel wagmarcel marked this pull request as ready for review September 30, 2024 19:12
@abhijith-hr abhijith-hr merged commit 3dbe788 into IndustryFusion:main Oct 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants