I used the JDBC tee as you suggested and also tested om preview mode. The data is coming as a record from binlog as expected. But I’m still seeing an error in JDBC tee during processing mode (which was same as without JDBC TEE). : Record1-Error JDBC_90 - Record doesn't have any columns for table
@HIMANSHU_SURANA
When you are using the jdbc producer or jdbc tee , please make sure the column names exactly match with the source column name else it will throw error.
Kindly check on it .
Hi @Bikram , thank you for your reply.
My objective is to migrate all tables from one database, is there a way to dynamically map this in jdbc tee?
This is my setup
And since I have flattened the record fields, how can I use it in column mapping? Below is the input for JDBC tee, please see these columns will change based on table so how should I map it? Also see, that is homogeneous migraiton the destination column names are same as source.
@HIMANSHU_SURANA
we have option for column mapping . May i know if you try this .