Hello everyone, i am working on recharge and redsh...
# getting-started
m
Hello everyone, i am working on recharge and redshift pipeline so while running the pipeline i am getting this error expecting ' , ' delimiter or ' } ' : line 1 as i am building single pipeline for each stream
a
Hi, @monika_rajput - On first glance, it looks like you may be getting malformed json from
tap-recharge
, perhaps due to a max payload length somewhere because it looks like at the top of your screenshot the line is abruptly terminated. Looks like it could be related to this issue: https://github.com/singer-io/tap-recharge/issues/4
Are you getting this for any other taps besides tap-recharge?
m
it is perfectly executed with klaviyo tap but in recharge case i am facing this issue
How can i resolve this issue because i get this json file directly from extractor
a
@monika_rajput Did you switch variants at any point during the debugging, by chance? The mismatch between the record data type (string) and the schema data type (object) could be caused by a cached catalog from one variant being applied to another.
m
but when i again change the start date 2021-05-05 t0 2017-01-01 it is throwing update incremental error.
message has been deleted