davidzollo commented on issue #10284:
URL: https://github.com/apache/seatunnel/issues/10284#issuecomment-3737261854
source {
Postgres-CDC {
// ... other configurations remain unchanged ...
database-names = ["sd-admin"]
schema-names = ["public"]
// Modify here: Remove the "sd-admin." prefix
table-names = ["public.system_users"]
// ...
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]