Skip to content

Commit

Permalink
🏥 Source Hubspot: updated marketing emails schema and expected records (
Browse files Browse the repository at this point in the history
  • Loading branch information
darynaishchenko committed Feb 16, 2024
1 parent 9af2c1c commit b741045
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 41 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c
dockerImageTag: 3.1.1
dockerImageTag: 3.2.0
dockerRepository: airbyte/source-hubspot
documentationUrl: https://docs.airbyte.com/integrations/sources/hubspot
githubIssueLabel: source-hubspot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,18 @@
},
"rssEmailEntryTemplateEnabled": {
"type": ["null", "boolean"]
},
"mailingIlsListsExcluded": {
"type": ["null", "array"],
"items": {
"type": ["null", "integer"]
}
},
"mailingIlsListsIncluded": {
"type": ["null", "array"],
"items": {
"type": ["null", "integer"]
}
}
}
}
3 changes: 2 additions & 1 deletion docs/integrations/sources/hubspot.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ The connector is restricted by normal HubSpot [rate limitations](https://legacyd

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 3.1.1 | 2024-02-12 | [35165](https://github.com/airbytehq/airbyte/pull/35165) | Manage dependencies with Poetry. |
| 3.2.0 | 2024-02-15 | [35328](https://github.com/airbytehq/airbyte/pull/35328) | Add mailingIlsListsIncluded and mailingIlsListsExcluded fields to Marketing emails stream schema |
| 3.1.1 | 2024-02-12 | [35165](https://github.com/airbytehq/airbyte/pull/35165) | Manage dependencies with Poetry. |
| 3.1.0 | 2024-02-05 | [34829](https://github.com/airbytehq/airbyte/pull/34829) | Add `Contacts Form Submissions` stream |
| 3.0.1 | 2024-01-29 | [34635](https://github.com/airbytehq/airbyte/pull/34635) | Fix pagination for `CompaniesPropertyHistory` stream |
| 3.0.0 | 2024-01-25 | [34492](https://github.com/airbytehq/airbyte/pull/34492) | Update `marketing_emails` stream schema |
Expand Down

0 comments on commit b741045

Please sign in to comment.