Getting this error when trying to update data using Stitch. Any ideas on why this is happening? Started 1 week ago:
2022-02-08 01:44:29,785Z tap - max_modified = process_records(stream,
2022-02-08 01:44:29,785Z tap - File "/code/orchestrator/tap-env/lib/python3.8/site-packages/tap_outreach/sync.py", line 219, in process_records
2022-02-08 01:44:29,785Z tap - raise Exception(
2022-02-08 01:44:29,785Z tap - Exception: Only data or links expected in relationships
2022-02-08 01:44:29,785Z main - INFO Target exited normally with status 0
2022-02-08 01:44:30,792Z main - INFO [smart-services] event successfully sent to kafka: com.stitchdata.extractionJobFinished [0] at offset None
2022-02-08 01:44:30,799Z main - INFO No tunnel subprocess to tear down
2022-02-08 01:44:30,799Z main - INFO Exit status is: Discovery succeeded. Tap failed with code 1 and error message: "Only data or links expected in relationships". Target succeeded.
Getting this error when trying to update data using Stitch. Any ideas on why this is happening? Started 1 week ago:
2022-02-08 01:44:29,785Z tap - max_modified = process_records(stream, 2022-02-08 01:44:29,785Z tap - File "/code/orchestrator/tap-env/lib/python3.8/site-packages/tap_outreach/sync.py", line 219, in process_records 2022-02-08 01:44:29,785Z tap - raise Exception( 2022-02-08 01:44:29,785Z tap - Exception: Only
data
orlinks
expected in relationships 2022-02-08 01:44:29,785Z main - INFO Target exited normally with status 0 2022-02-08 01:44:30,792Z main - INFO [smart-services] event successfully sent to kafka: com.stitchdata.extractionJobFinished [0] at offset None 2022-02-08 01:44:30,799Z main - INFO No tunnel subprocess to tear down 2022-02-08 01:44:30,799Z main - INFO Exit status is: Discovery succeeded. Tap failed with code 1 and error message: "Onlydata
orlinks
expected in relationships". Target succeeded.