Pipeline issue after deleting record from source table #2046
Replies: 3 comments 3 replies
-
@Soumyabrata-Talapatra Thanks for reporting this! I guess you have a nullable varchar column? |
Beta Was this translation helpful? Give feedback.
-
@hariso Thanks for your prompt reply. For empty table also I got this NULL error. So what is the timeline I should expect in which it would be resolved. |
Beta Was this translation helpful? Give feedback.
-
@hariso Thanks for your prompt support. I am having tough time to make a custom connector in windows. With WSL I was able to build the binary file but may be it is not compatible with the windows system. Then tried making .exe file but that also throws error while running the pipeline. The error is(with .exe): The command I am using (alternative of make) is: Thanks. |
Beta Was this translation helpful? Give feedback.
-
I am using the builtin:postgres connector to replicate data from the source table to the destination table having one integer as primary key in source and destination table. However, if i delete any record from the source table then one error i am getting:
2024-12-24T10:13:01+00:00 ERR node stopped error="node postgres_pipeline_41:postgres_source_41 stopped with error: source stream was stopped unexpectedly: error reading from source: read plugin error: failed to encode before payload: failed to marshal data with schema: could not marshal into avro: address: avro: *avro.null is unsupported for Avro string"
my pipeline yaml is:
I have not used conduit much and my question may seem noobish. I would appreciate the help. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions