Skip to content

Commit

Permalink
Source Intercom: Fix incremental sync state issues (#49936)
Browse files Browse the repository at this point in the history
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: ChristoGrab <christo.grab@gmail.com>
Co-authored-by: Christo Grabowski <108154848+ChristoGrab@users.noreply.github.com>
  • Loading branch information
4 people authored Jan 13, 2025
1 parent 86b8758 commit 69e6dde
Show file tree
Hide file tree
Showing 6 changed files with 2,179 additions and 2,663 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ acceptance_tests:
- config_path: "secrets/config.json"
expect_records:
path: "integration_tests/expected_records.jsonl"
empty_streams:
- name: conversation_parts
bypass_reason: Deeply nested response which could not be seeded with sandbox
empty_streams: []
incremental:
tests:
- config_path: "secrets/config.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"name": "company_segments"
},
"stream_state": {
"updated_at": 7626086649
"updated_at": 7626086649,
"companies": {
"updated_at": 1676517777
}
}
}
},
Expand All @@ -50,7 +53,10 @@
"name": "conversation_parts"
},
"stream_state": {
"updated_at": 7626086649
"updated_at": 7626086649,
"conversations": {
"updated_at": 1676462031
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
{"stream": "company_segments", "data": {"type": "segment", "id": "63ea1a19d248071b8d297b39", "name": "Companies less then 100 people", "created_at": 1676286489, "updated_at": 1676461957, "person_type": "user"}, "emitted_at": 1707747722461}
{"stream": "company_segments", "data": {"type": "segment", "id": "63eb62f228758099dbc7fabe", "name": "Companies not IT", "created_at": 1676370674, "updated_at": 1676461960, "person_type": "user"}, "emitted_at": 1707747722463}
{"stream": "company_segments", "data": {"type": "segment", "id": "63eb63c3046264426ef4bfd6", "name": "Companies tag not 3", "created_at": 1676370883, "updated_at": 1676461915, "person_type": "user"}, "emitted_at": 1707747722465}
{"stream":"conversation_parts","data":{"type":"conversation_part","id":"7288120839","part_type":"comment","body":"<p>is this showing up</p>","created_at":1607553246,"updated_at":1607553246,"notified_at":1607553246,"author":{"id":"5fd150d50697b6d0bbc4a2c2","type":"user","name":null,"email":""},"attachments":[],"redacted":false,"conversation_id":1},"emitted_at":1736209152327}
{"stream":"conversation_parts","data":{"type":"conversation_part","id":"7288121348","part_type":"comment","body":"<p>Airbyte [DEV] will reply as soon as they can.</p>","created_at":1607553249,"updated_at":1607553249,"notified_at":1607553249,"author":{"id":"4423434","type":"bot","name":"Operator","email":"operator+wjw5eps7@intercom.io"},"attachments":[],"redacted":false,"conversation_id":1},"emitted_at":1736209152327}
{"stream":"conversation_parts","data":{"type":"conversation_part","id":"7288121392","part_type":"comment","body":"<p>Give the team a way to reach you:</p>","created_at":1607553250,"updated_at":1607553250,"notified_at":1607553250,"author":{"id":"4423434","type":"bot","name":"Operator","email":"operator+wjw5eps7@intercom.io"},"attachments":[],"redacted":false,"conversation_id":1},"emitted_at":1736209152327}
Loading

0 comments on commit 69e6dde

Please sign in to comment.