Skip to content

Commit

Permalink
Source Gong: Adjust schemas (#34847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter committed Feb 5, 2024
1 parent 865773a commit 529ff1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-gong/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_gong ./source_gong
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-gong
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-gong/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 32382e40-3b49-4b99-9c5c-4076501914e7
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
dockerRepository: airbyte/source-gong
githubIssueLabel: source-gong
icon: gong.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
},
"isPrivate": {
"type": ["null", "boolean"]
},
"calendarEventId": {
"type": ["null", "string"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"emailAddress": {
"type": ["null", "string"]
},
"trustedEmailAddress": {
"type": ["null", "string"]
},
"created": {
"type": ["null", "string"],
"format": "date-time"
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/gong.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ By default Gong limits your company's access to the service to 3 API calls per s

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------ |
| 0.1.1 | 2024-02-05 | [34847](https://github.com/airbytehq/airbyte/pull/34847) | Adjust stream schemas and make ready for airbyte-lib |
| 0.1.0 | 2022-10-27 | [18819](https://github.com/airbytehq/airbyte/pull/18819) | Add Gong Source Connector |

0 comments on commit 529ff1a

Please sign in to comment.