source:hubspot engagements have wrong associations with companies, deals and contacts #62503
nimuriel
started this conversation in
Connector Ideas and Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, there is a HUGE bug in the way airbyte gets the associations to engagements (I think it can be impacting other stuff but I have just checked the engagements)
The issue is when companies, deals or contacts associated to an engagement are merged to other records. The engagement
last_modified_date
doesn't change (so no incremental change is identified), but the associated company / deal / record changes and on Airbyte we are left with the old records.There is also an issue when companies, deals, contacts or tickets are associated to the engagement AFTER it's creation or last update, again, as the last_modified_date doesn't change, the data is wrong.
For instance:
From Airbyte I am getting this data on BigQuery for the engagement_id = 24696859331
However the Company ID = 10045564374 is not an active record, because it was merged to 152330328266
If I check Hubspot API directly, I get this ⬇️ getting the correct company ID record 152330328266
Of course I was using incremental append, but now I have to use full refresh because of this issue.
There is an open request to support the associations API #45340 since September 9 2024.. I don't know how Airbyte Cloud users are doing, but this is a real important data quality issue, and is surprising that this kind of issue happens for Hubspot, so widely used.
Beta Was this translation helpful? Give feedback.
All reactions