docs(source-gitlab): improve rate limits, fix outdated tier names, document 403 behavior#75538
Merged
octavia-bot-hoard[bot] merged 1 commit intomasterfrom Mar 27, 2026
Merged
Conversation
…cument 403 behavior Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksPR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
📚 Show Repo GuidanceHelpful Resources
|
Contributor
|
Deploy preview for airbyte-docs ready! ✅ Preview Built with commit 229339d. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Confidence Assessment
Overall Confidence: 4/5
What I Verified vs. What I Inferred
action: IGNOREfor HTTP 403 andaction: RETRYfor HTTP 500 inmanifest.yaml. Concurrency level fallback changed from 8 to 10 in Jinja expression. Specdefaultfornum_workersremains 8. All 23 streams confirmed present in the manifest matching the documented stream list.action: IGNOREon theHttpResponseFiltercauses the connector to skip the partition/slice without surfacing an error to the user. The CDK's exact behavior for IGNORE (whether it logs a warning or is truly silent) was not verified from CDK source code.Areas of Concern
action: IGNOREproduces any log output or is truly silent.What
Improves the source-gitlab documentation following review of commit 49d3750 (concurrency default increase to 10, version 4.4.23-rc.3). Fixes outdated terminology, updates broken rate limit links, and documents previously undocumented connector behavior.
How
/ee/user/gitlab_com/#gitlabcom-specific-rate-limits) pointed to an outdated anchor. Replaced with direct links to the Groups API and Projects API rate limit documentation pages where the specific per-endpoint limits are defined.concurrency_levelfallback is now 10).action: IGNOREfor 403 in the manifest's error handler, and is important for users debugging missing data.Review Guide
docs/integrations/sources/gitlab.md— Single file changed. Key areas:action: IGNOREon 403 in the CDK accurately means the connector skips the resource without error.Link to Devin session: https://app.devin.ai/sessions/9e3d0dcb89054fbf84156fcb69e67016
Requested by: sophiecuiy