From 6addd69c68492e4e8ed882f8db70b183fd927b85 Mon Sep 17 00:00:00 2001 From: brianjlai Date: Thu, 20 Nov 2025 11:56:13 -0800 Subject: [PATCH 1/3] allow for a configured catalog to specify a user defined cursor field --- airbyte-integrations/connectors/source-hubspot/manifest.yaml | 1 + airbyte-integrations/connectors/source-hubspot/metadata.yaml | 4 ++-- docs/integrations/sources/hubspot.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-hubspot/manifest.yaml b/airbyte-integrations/connectors/source-hubspot/manifest.yaml index 89ce9f574a88..146e851a9275 100644 --- a/airbyte-integrations/connectors/source-hubspot/manifest.yaml +++ b/airbyte-integrations/connectors/source-hubspot/manifest.yaml @@ -138,6 +138,7 @@ definitions: incremental_sync: type: DatetimeBasedCursor cursor_field: updatedAt + allow_catalog_defined_cursor_field: true start_datetime: type: MinMaxDatetime datetime: "{{ format_datetime(config.get('start_date', '2006-06-01T00:00:00.000Z'), '%Y-%m-%dT%H:%M:%S.%fZ') }}" diff --git a/airbyte-integrations/connectors/source-hubspot/metadata.yaml b/airbyte-integrations/connectors/source-hubspot/metadata.yaml index 116d28799443..e6f194643858 100644 --- a/airbyte-integrations/connectors/source-hubspot/metadata.yaml +++ b/airbyte-integrations/connectors/source-hubspot/metadata.yaml @@ -6,11 +6,11 @@ data: hosts: - api.hubapi.com connectorBuildOptions: - baseImage: docker.io/airbyte/source-declarative-manifest:7.5.0@sha256:92e539d5003b33c3624eae7715aee6e39b7b2f1f0eeb6003d37e649a06847ae8 + baseImage: docker.io/airbyte/source-declarative-manifest:7.5.1dev0@sha256:df6d3a5da75b6568540cfcb41c3a7aede43ae288b5273382921c2ce4bccc0e86 connectorSubtype: api connectorType: source definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c - dockerImageTag: 6.0.13 + dockerImageTag: 6.1.0-rc.1 dockerRepository: airbyte/source-hubspot documentationUrl: https://docs.airbyte.com/integrations/sources/hubspot resourceRequirements: diff --git a/docs/integrations/sources/hubspot.md b/docs/integrations/sources/hubspot.md index f5eb50597242..58360f9586e1 100644 --- a/docs/integrations/sources/hubspot.md +++ b/docs/integrations/sources/hubspot.md @@ -341,6 +341,7 @@ If you use [custom properties](https://knowledge.hubspot.com/properties/create-a | Version | Date | Pull Request | Subject | |:------------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 6.1.0-rc.1 | 2025-11-24 | [tbd](https://github.com/airbytehq/airbyte/pull/tbd) | Allow for user defined cursor field key in the configured catalog for incremental streams | | 6.0.13 | 2025-11-19 | [69749](https://github.com/airbytehq/airbyte/pull/69749) | Fix retrieving associations for CRMSearch streams | | 6.0.12 | 2025-11-18 | [69203](https://github.com/airbytehq/airbyte/pull/69203) | Add lookback window | | 6.0.11 | 2025-11-18 | [69381](https://github.com/airbytehq/airbyte/pull/69381) | Update dependencies | From b2147048d210f796f543fba96b81261143a3707a Mon Sep 17 00:00:00 2001 From: brianjlai Date: Wed, 3 Dec 2025 14:02:58 -0800 Subject: [PATCH 2/3] bump to latest CDK to uptake custom cursor fields from CDK --- airbyte-integrations/connectors/source-hubspot/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-hubspot/metadata.yaml b/airbyte-integrations/connectors/source-hubspot/metadata.yaml index 1ec415ae6781..78c766e00ab0 100644 --- a/airbyte-integrations/connectors/source-hubspot/metadata.yaml +++ b/airbyte-integrations/connectors/source-hubspot/metadata.yaml @@ -6,7 +6,7 @@ data: hosts: - api.hubapi.com connectorBuildOptions: - baseImage: docker.io/airbyte/source-declarative-manifest:7.5.1@sha256:8da9d362c184e2e46532ab94f6f9968a74835c0882d6a4a2f9f9c9e5b972f2a1 + baseImage: docker.io/airbyte/source-declarative-manifest:7.6.0@sha256:9c0ea900af7e20d119da0446fc1679ca4015c5c5f7a3b022d321071570a78749 connectorSubtype: api connectorType: source definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c From 98a699bf33e734d6ff81a9e2002a1664657e7164 Mon Sep 17 00:00:00 2001 From: brianjlai Date: Thu, 4 Dec 2025 11:37:46 -0800 Subject: [PATCH 3/3] fix indenting --- airbyte-integrations/connectors/source-hubspot/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-hubspot/metadata.yaml b/airbyte-integrations/connectors/source-hubspot/metadata.yaml index 78c766e00ab0..d32e7bec8545 100644 --- a/airbyte-integrations/connectors/source-hubspot/metadata.yaml +++ b/airbyte-integrations/connectors/source-hubspot/metadata.yaml @@ -6,7 +6,7 @@ data: hosts: - api.hubapi.com connectorBuildOptions: - baseImage: docker.io/airbyte/source-declarative-manifest:7.6.0@sha256:9c0ea900af7e20d119da0446fc1679ca4015c5c5f7a3b022d321071570a78749 + baseImage: docker.io/airbyte/source-declarative-manifest:7.6.0@sha256:9c0ea900af7e20d119da0446fc1679ca4015c5c5f7a3b022d321071570a78749 connectorSubtype: api connectorType: source definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c