1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Commit Graph

19 Commits

Author SHA1 Message Date
Anatolii Yatsuk
d58e6e73d1 fix(source-hubspot): Use Incremental Endpoint for All CRMSearch Streams for API-Side Filtering (#63744) 2025-10-22 18:36:51 +03:00
Brian Lai
4965fca525 fix(source-hubspot): bump to latest version of CDK to get the bug fix for missing custom properties during incremental syncs (#68159)
## What

We had a bug where during incremental syncs Hubspot CRM Search streams
were not including the custom properties in the json body of the POST
request so they were not getting received and emitted with records.

## How

The bug was in the CDK and it was fixed in version `7.3.7` in this
https://github.com/airbytehq/airbyte-python-cdk/pull/797

We need to bump the version of SDM to get the fix, but in addition, we
need to upgrade the unit_test `pyproject.toml` which is still on v6.
I've also added a new test that validates that properties are indeed
populated in the outbound request. And with the bump from v6 to v7 I
fixed the tests which have now changed.

**Note**: It does feel like we have something of a gap where our unit
tests don't properly test CDK changes since the two are independently
versioned... This is something we may want to investigate and solve so
these types of things don't happen again

## Can this PR be safely reverted and rolled back?

- [ ] YES 💚
- [ ] NO 

Kind of... If we do this wrong then we have to reset customers back to
their previous state, but this is no different than the state we were
previously in
2025-10-20 11:30:35 -07:00
Daryna Ishchenko
4ae6b9ca60 feat(source-hubspot) migrate to manifest only (#60855)
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2025-05-28 12:07:03 +03:00
Anatolii Yatsuk
e8a44ab71b feat(source-hubspot): Migrate CustomObjects streams (#60830) 2025-05-23 14:51:14 +03:00
Brian Lai
6aa7389e4d feat(source-hubspot): Migrate CRM Search contacts, deal_splits, leads, and tickets streams to low-code (#60338) 2025-05-21 17:26:17 -07:00
Daryna Ishchenko
938e2a9ea7 feat(source-hubspot) crm search: companies to low code (#60812)
Co-authored-by: brianjlai <brian.j.lai@gmail.com>
2025-05-21 12:48:32 +03:00
Daryna Ishchenko
39017f3a63 feat(source-hubspot) crm object streams to low code: goals, products, line_items (#59727)
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2025-05-20 14:47:39 +03:00
Brian Lai
630a1a232e feat(source-hubspot): Migrate engagements CRMSearch streams to low-code (#60249) 2025-05-16 15:17:34 -07:00
Anatolii Yatsuk
75acf4f59f feat(source-hubspot): Migrate deals_archived, forms, form_submissions, owners, owners_archived to low-code (#58105)
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: darynaishchenko <darina.ishchenko17@gmail.com>
Co-authored-by: brianjlai <brian.lai@airbyte.io>
2025-05-13 18:26:50 -04:00
Brian Lai
002b8c6ff0 fix(source-hubspot): contact_lists to low-code and remove contacts streams that cannot be migrated to Hubspot V3 API (#59673)
Co-authored-by: darynaishchenko <darina.ishchenko17@gmail.com>
2025-05-12 15:45:50 -04:00
Patrick Nilan
c7fe31a600 [source-hubspot] - migrate deals_pipelinesto low code (#59195) 2025-05-07 15:37:00 -07:00
Anatolii Yatsuk
f187fe4c90 feat(source-hubspot): Migrate marketing_emails and email_subscriptions to low code (#57534) 2025-04-16 00:05:17 +03:00
Anatolii Yatsuk
48b96cb673 feat(source-hubspot): Update to CDK v6 (#56919) 2025-04-03 15:24:51 +03:00
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
Tope Folorunso
1f696d67b8 Source Hubspot: Add Leads Stream (#44481) 2024-11-15 20:25:29 +02:00
Kévin
9d3bcd8225 🐛 Source Hubspot : Fix engagements streams associations configurations (#43381) 2024-08-19 12:54:12 -06:00
Brian Lai
eab2402fab [source-hubspot] Implement RFR for contacts_form_submissions, contact_merged_audit (#38049) 2024-05-24 20:19:58 -04:00
Maxime Carbonneau-Leclerc
18554088ee [ISSUE #7674] contacts_list_memberships incremental using client filt… (#38128) 2024-05-13 08:47:28 -04:00
Denys Davydov
c9f4ad4c5f Source Hubspot: add integration tests (#35945) 2024-04-16 21:05:58 +03:00