michael_horvath
12/05/2022, 9:02 PMvisch
12/05/2022, 9:09 PMmeltano invoke tap-name > tap.singer
And verify there isn't any records that are empty there. Then I'd use that tap.singer
file and trim away the excess (just leave a schema and a corresponding record line) then see if it still happens? If it does cool you have a reproducible example now and it's almost certainly the target.visch
12/05/2022, 9:09 PMcat tap.singer | meltano invoke target-oracle
michael_horvath
12/05/2022, 9:11 PMmichael_horvath
12/05/2022, 9:30 PMvisch
12/05/2022, 9:33 PMINSERT INTO i_r_b_i2b2_direct_view
is almost certainly this bug (underscores in name) https://github.com/meltano/sdk/issues/1205
Multiple records is definietly wrong too.
From here I"d put an issue into the target dev, he's actually active here (I hesitate to ping him but @Henning Holgersen 😄 )visch
12/05/2022, 9:36 PMmichael_horvath
12/05/2022, 9:38 PMvisch
12/05/2022, 9:40 PMHenning Holgersen
12/05/2022, 10:30 PMHenning Holgersen
12/06/2022, 9:02 PMvisch
12/06/2022, 9:10 PMmichael_horvath
12/06/2022, 9:33 PMHenning Holgersen
12/07/2022, 8:48 PMmichael_horvath
12/08/2022, 8:53 PMHenning Holgersen
12/09/2022, 8:00 AM