Skip to content

Commit b78ad4e

Browse files
authored
Source Hubspot: set threadId to string in engagements stream (#29248)
* Source Hubspot: set to string in stream * Update changelog * Update expected records
1 parent 0437c1d commit b78ad4e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

airbyte-integrations/connectors/source-hubspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY source_hubspot ./source_hubspot
3434
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3535
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3636

37-
LABEL io.airbyte.version=1.3.2
37+
LABEL io.airbyte.version=1.3.3
3838
LABEL io.airbyte.name=airbyte/source-hubspot

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: api
66
connectorType: source
77
definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c
8-
dockerImageTag: 1.3.2
8+
dockerImageTag: 1.3.3
99
dockerRepository: airbyte/source-hubspot
1010
githubIssueLabel: source-hubspot
1111
icon: hubspot.svg
@@ -14,7 +14,7 @@ data:
1414
registries:
1515
cloud:
1616
enabled: true
17-
dockerImageTag: 1.3.2
17+
dockerImageTag: 1.3.3
1818
oss:
1919
enabled: true
2020
releaseStage: generally_available

airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
}
264264
},
265265
"threadId": {
266-
"type": ["null", "string", "integer"]
266+
"type": ["null", "string"]
267267
},
268268
"messageId": {
269269
"type": ["null", "string"]

docs/integrations/sources/hubspot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,9 @@ Now that you have set up the Hubspot source connector, check out the following H
204204

205205
| Version | Date | Pull Request | Subject |
206206
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
207+
| 1.3.3 | 2023-08-10 | [29248](https://github.com/airbytehq/airbyte/pull/29248) | Specify `threadId` in `engagements` stream to type string |
207208
| 1.3.2 | 2023-08-10 | [29326](https://github.com/airbytehq/airbyte/pull/29326) | Add primary keys to streams `ContactLists` and `PropertyHistory` |
208-
| 1.3.1 | 2023-08-08 | [29211](https://github.com/airbytehq/airbyte/pull/29211) | Handle 400 and 403 errors without interruption of the sync |
209+
| 1.3.1 | 2023-08-08 | [29211](https://github.com/airbytehq/airbyte/pull/29211) | Handle 400 and 403 errors without interruption of the sync |
209210
| 1.3.0 | 2023-08-01 | [28909](https://github.com/airbytehq/airbyte/pull/28909) | Add handling of source connection errors |
210211
| 1.2.0 | 2023-07-27 | [27091](https://github.com/airbytehq/airbyte/pull/27091) | Add new stream `ContactsMergedAudit` |
211212
| 1.1.2 | 2023-07-27 | [28558](https://github.com/airbytehq/airbyte/pull/28558) | Improve error messages during connector setup |

0 commit comments

Comments
 (0)