diff --git a/airbyte-integrations/connectors/source-hubspot/manifest.yaml b/airbyte-integrations/connectors/source-hubspot/manifest.yaml index 945bd2d6ee39..beafd3147b35 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 1ece01022369..d32e7bec8545 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.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 - dockerImageTag: 6.0.15 + 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 5b1e0f052c79..e07a967ac938 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 | [69782](https://github.com/airbytehq/airbyte/pull/69782) | Allow for user defined cursor field key in the configured catalog for incremental streams | | 6.0.15 | 2025-11-25 | [70053](https://github.com/airbytehq/airbyte/pull/70053) | Update dependencies | | 6.0.14 | 2025-11-21 | [69803](https://github.com/airbytehq/airbyte/pull/69803) | Add missing fields in Marketing Emails stream for Avro/Parquet conversions | | 6.0.13 | 2025-11-19 | [69749](https://github.com/airbytehq/airbyte/pull/69749) | Fix retrieving associations for CRMSearch streams |