Skip to content

Commit 24efb98

Browse files
authored
fix: add missing fields for Marketing Email stream (#69803)
1 parent 5e750a0 commit 24efb98

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

airbyte-integrations/connectors/source-hubspot/manifest.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4509,6 +4509,18 @@ schemas:
45094509
type:
45104510
- "null"
45114511
- string
4512+
allEmailCampaignIds:
4513+
type:
4514+
- "null"
4515+
- array
4516+
items:
4517+
type:
4518+
- "null"
4519+
- string
4520+
primaryEmailCampaignId:
4521+
type:
4522+
- "null"
4523+
- string
45124524
feedbackSurveyId:
45134525
type:
45144526
- "null"
@@ -4813,6 +4825,10 @@ schemas:
48134825
type:
48144826
- "null"
48154827
- string
4828+
subscriptionName:
4829+
type:
4830+
- "null"
4831+
- string
48164832
deletedAt:
48174833
type:
48184834
- "null"

airbyte-integrations/connectors/source-hubspot/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c
13-
dockerImageTag: 6.0.13
13+
dockerImageTag: 6.0.14
1414
dockerRepository: airbyte/source-hubspot
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/hubspot
1616
resourceRequirements:

docs/integrations/sources/hubspot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ If you use [custom properties](https://knowledge.hubspot.com/properties/create-a
341341

342342
| Version | Date | Pull Request | Subject |
343343
|:------------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
344+
| 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 |
344345
| 6.0.13 | 2025-11-19 | [69749](https://github.com/airbytehq/airbyte/pull/69749) | Fix retrieving associations for CRMSearch streams |
345346
| 6.0.12 | 2025-11-18 | [69203](https://github.com/airbytehq/airbyte/pull/69203) | Add lookback window |
346347
| 6.0.11 | 2025-11-18 | [69381](https://github.com/airbytehq/airbyte/pull/69381) | Update dependencies |

0 commit comments

Comments
 (0)