## What
<!--
* Describe what the change is solving. Link all GitHub issues related to
this change.
-->
Fixes two typos and writing problems in the Gong source connector
documentation identified by ian.alton@airbyte.io:
1. **Incorrect sync mode description**: Line 5 incorrectly stated
"supports both Full Refresh only" (grammatically wrong and factually
inaccurate)
2. **Incomplete sentence**: Line 35 had a sentence fragment "To fetch
data from."
## How
<!--
* Describe how code changes achieve the solution.
-->
1. **Line 5**: Changed "The Gong source supports both Full Refresh
only." to "The Gong source supports both Full Refresh and Incremental
Sync."
- Fixes grammar ("both...only" is incorrect)
- Fixes factual accuracy (verified in `manifest.yaml` that incremental
sync IS supported for calls, extensiveCalls, and answeredScorecards
streams)
2. **Line 35**: Changed "To fetch data from." to "Date to fetch data
from." to complete the sentence fragment.
## Review guide
<!--
1. `x.py`
2. `y.py`
-->
1. `docs/integrations/sources/gong.md` - Verify the sync mode correction
is factually accurate
2. Optionally check
`airbyte-integrations/connectors/source-gong/manifest.yaml` lines 85-90,
172-175, 274-280 to confirm incremental sync is indeed configured
## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them.
-->
- Documentation now accurately describes the connector's sync
capabilities
- Users will no longer be confused by the grammatically incorrect and
factually wrong sync mode description
- No negative side effects - these are purely documentation improvements
## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [x] YES 💚
---
**Link to Devin run**:
https://app.devin.ai/sessions/037958ad29bb46c38e308650312b02ac
**Requested by**: ian.alton@airbyte.io
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
7.4 KiB
7.4 KiB
Gong
Sync overview
The Gong source supports both Full Refresh and Incremental Sync.
This source can sync data for the Gong API.
Output schema
This Source is capable of syncing the following core Streams:
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental - Append Sync | Yes | |
| Namespaces | No |
Performance considerations
The Gong connector should not run into Gong API limitations under normal usage. By default Gong limits your company's access to the service to 3 API calls per second, and 10,000 API calls per day.
Requirements
- Gong API keys. See the Gong docs for information on how to obtain the API keys.
- Start Date. Date to fetch data from. This just applies to Incremental syncs. Default value is 90 days from today.
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.4.13 | 2025-08-09 | 64594 | Update dependencies |
| 0.4.12 | 2025-08-02 | 64200 | Update dependencies |
| 0.4.11 | 2025-07-19 | 63504 | Update dependencies |
| 0.4.10 | 2025-07-12 | 63139 | Update dependencies |
| 0.4.9 | 2025-07-05 | 62641 | Update dependencies |
| 0.4.8 | 2025-06-21 | 61866 | Update dependencies |
| 0.4.7 | 2025-06-14 | 61085 | Update dependencies |
| 0.4.6 | 2025-05-24 | 60651 | Update dependencies |
| 0.4.5 | 2025-05-10 | 59892 | Update dependencies |
| 0.4.4 | 2025-05-03 | 59272 | Update dependencies |
| 0.4.3 | 2025-04-26 | 57696 | Update dependencies |
| 0.4.2 | 2025-04-05 | 57039 | Update dependencies |
| 0.4.1 | 2025-03-29 | 56494 | Update dependencies |
| 0.4.0 | 2025-03-25 | 55803 | add incremental extensiveCalls |
| 0.3.16 | 2025-03-22 | 55969 | Update dependencies |
| 0.3.15 | 2025-03-08 | 55269 | Update dependencies |
| 0.3.14 | 2025-03-01 | 54962 | Update dependencies |
| 0.3.13 | 2025-02-22 | 54394 | Update dependencies |
| 0.3.12 | 2025-02-15 | 53718 | Update dependencies |
| 0.3.11 | 2025-02-08 | 53334 | Update dependencies |
| 0.3.10 | 2025-02-01 | 52824 | Update dependencies |
| 0.3.9 | 2025-01-25 | 52342 | Update dependencies |
| 0.3.8 | 2025-01-18 | 51704 | Update dependencies |
| 0.3.7 | 2025-01-11 | 51059 | Update dependencies |
| 0.3.6 | 2024-12-28 | 50521 | Update dependencies |
| 0.3.5 | 2024-12-21 | 50017 | Update dependencies |
| 0.3.4 | 2024-12-14 | 49538 | Update dependencies |
| 0.3.3 | 2024-12-12 | 49155 | Update dependencies |
| 0.3.2 | 2024-11-14 | 36604 | Add incremental Feature |
| 0.3.1 | 2024-10-29 | 47824 | Update dependencies |
| 0.3.0 | 2024-09-04 | 45117 | Add new stream extensive calls |
| 0.2.1 | 2024-08-16 | 44196 | Bump source-declarative-manifest version |
| 0.2.0 | 2024-08-15 | 44144 | Refactor connector to manifest-only format |
| 0.1.17 | 2024-08-10 | 43481 | Update dependencies |
| 0.1.16 | 2024-08-03 | 43275 | Update dependencies |
| 0.1.15 | 2024-07-27 | 42614 | Update dependencies |
| 0.1.14 | 2024-07-20 | 42149 | Update dependencies |
| 0.1.13 | 2024-07-13 | 41794 | Update dependencies |
| 0.1.12 | 2024-07-10 | 41408 | Update dependencies |
| 0.1.11 | 2024-07-09 | 41110 | Update dependencies |
| 0.1.10 | 2024-07-06 | 40890 | Update dependencies |
| 0.1.9 | 2024-06-26 | 40374 | Update dependencies |
| 0.1.8 | 2024-06-22 | 40175 | Update dependencies |
| 0.1.7 | 2024-06-06 | 39226 | [autopull] Upgrade base image to v1.2.2 |
| 0.1.6 | 2024-05-28 | 38596 | Make connector compatible with builder |
| 0.1.5 | 2024-04-19 | 37169 | Updating to 0.80.0 CDK |
| 0.1.4 | 2024-04-18 | 37169 | Manage dependencies with Poetry. |
| 0.1.3 | 2024-04-15 | 37169 | Base image migration: remove Dockerfile and use the python-connector-base image |
| 0.1.2 | 2024-04-12 | 37169 | schema descriptions |
| 0.1.1 | 2024-02-05 | 34847 | Adjust stream schemas and make ready for airbyte-lib |
| 0.1.0 | 2022-10-27 | 18819 | Add Gong Source Connector |