Postgres CDC User defined type error #9639
Unanswered
lawmatsuyama
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use SeaTunnel with the Postgres CDC source. My table has some custom enum types that I created in PostgreSQL, but SeaTunnel returns the following error when processing those fields:
tables unsupported get catalog table,the corresponding field types in the following tables are not supported
Here is how I defined the enum type and table in PostgreSQL:
This is my source:
Shouldn't this enum type transaction_status be automatically converted to a string?
Is there any configuration I need to adjust in SeaTunnel or Debezium to handle enums properly?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions