Skip to content

Commit

Permalink
Source Hubspot: set threadId to string in engagements stream (air…
Browse files Browse the repository at this point in the history
…bytehq#29248)

* Source Hubspot: set  to string in  stream

* Update changelog

* Update expected records
  • Loading branch information
arsenlosenko authored and harrytou committed Sep 1, 2023
1 parent a907b12 commit b049d99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-hubspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_hubspot ./source_hubspot
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=1.3.2
LABEL io.airbyte.version=1.3.3
LABEL io.airbyte.name=airbyte/source-hubspot
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-hubspot/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c
dockerImageTag: 1.3.2
dockerImageTag: 1.3.3
dockerRepository: airbyte/source-hubspot
githubIssueLabel: source-hubspot
icon: hubspot.svg
Expand All @@ -14,7 +14,7 @@ data:
registries:
cloud:
enabled: true
dockerImageTag: 1.3.2
dockerImageTag: 1.3.3
oss:
enabled: true
releaseStage: generally_available
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
}
},
"threadId": {
"type": ["null", "string", "integer"]
"type": ["null", "string"]
},
"messageId": {
"type": ["null", "string"]
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/hubspot.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,9 @@ Now that you have set up the Hubspot source connector, check out the following H

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

0 comments on commit b049d99

Please sign in to comment.