Replies: 1 comment 2 replies
-
@ennox108 Fixed in master. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the Flink SQL server CDC connector on EMR. I have multiple databases in the same SQL server and they have certain tables that are common. When I try to read a particular table lets say A from database X into a Flink table the connector ends up scanning all the tables with name A under every database. I specified the property 'database-name' = 'X' during creation of the Flink table yet it scans all other databases. How do I avoid this behavior?
Beta Was this translation helpful? Give feedback.
All reactions