singer-io / tap-outreach

GNU Affero General Public License v3.0
6 stars 21 forks source link

"Only `data` or `links` expected in relationships". #15

Closed danielalvesvm closed 1 year ago

danielalvesvm commented 2 years ago

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.

danielalvesvm commented 2 years ago

Only 2 tables are being affected by this error: accounts and prospects

sgandhi1311 commented 1 year ago

Similar to #16