docs(source-greenhouse): document key permissions, streams, and v1 deprecation - #84285
Draft
devin-ai-integration[bot] wants to merge 3 commits into
Draft
docs(source-greenhouse): document key permissions, streams, and v1 deprecation#84285devin-ai-integration[bot] wants to merge 3 commits into
devin-ai-integration[bot] wants to merge 3 commits into
Conversation
…1 deprecation 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
|
Co-Authored-By: bot_apk <apk@cognition.ai>
…rding Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
|
Deploy preview for airbyte-docs ready!
Deployed with vercel-action |
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.
Triggering Context
Run triggered by: Merged commit on
masterforsource-greenhouse, delivered through the connectordocs automation (!connectordocsplaybook macro).Relevant context: commit 722558a / #83811 —
feat(source-greenhouse): non-breaking prep for Harvest v3 migration(0.7.33 → 0.8.0).Confidence impact: The trigger was a moderate, already-merged connector PR with clear scope (URL/pagination refactor plus new external doc URLs), so the triggering context is unambiguous — scored 4 rather than 5 because the connector change is the first step of a multi-release migration whose end state isn't merged yet.
Documentation Confidence Assessment
Overall Confidence: 3/5
manifest.yaml.supportLevel: communitywithql: 200/sl: 100, butreleaseStage: generally_available, so a doc error still reaches real users.Adjustments based on code comprehension
None — scored at baseline (manifest-only = 5). The documented surface is entirely declarative: stream URLs,
DatetimeBasedCursorcursor fields, the per-streamHttpResponseFilterthat ignores 403,check.stream_names,concurrency_level, andspec. The connector's only custom component (GreenhouseStateMigration) is not part of what this PR documents.What I Verified vs. What I Inferred
airbyte-integrations/connectors/source-greenhouse/manifest.yaml,metadata.yaml):DatetimeBasedCursorplus its cursor field.action: IGNORE), so an unpermitted endpoint yields an empty stream instead of a failed sync.checkreads theusersstream.num_workersspec field: title Number of concurrent threads, default 2, minimum 1, maximum 8, feedingconcurrency_level./v1/...endpoints onharvest.greenhouse.io.X-RateLimit-Limitheader value (example: 50) per 10-second window, with 429 +Retry-Afteron overage.activity_feed,approvals,tags, anduser_permissionsas potentially slow: the fan-out (one request per parent record) is verified in the manifest; "can be slow on large accounts" is my reading of the consequence, not a measurement.Areas of Concern
harvestdocs.greenhouse.io/reference/get_v3-*. Those links pointed at v3 resources while the connector reads v1, and several were duplicated or wrong (Disciplineslinked to the approval-flows endpoint). Harvest v3 has no equivalent foractivity_feed,degrees,disciplines, orschools, so a complete per-stream link set isn't possible today. If you'd rather keep per-stream links, they should come back once the connector actually reads v3.What
Rewrites the user-facing docs for
source-greenhouseso they match what the connector actually does, and adds the operational information that was missing: how to create a Harvest key with the right permissions, what each stream reads, the real rate limit, and why a stream can quietly return zero records.Also documents that Greenhouse is removing the Harvest v1/v2 API on 2026-08-31 — the API this connector reads today — which is the context for the 0.8.0 change that triggered this run.
How
Corrections
developers.greenhouse.io/harvest.htmldocs with the currentharvestdocs.greenhouse.ioequivalents, matching theexternalDocumentationUrlsupdate in feat(source-greenhouse): non-breaking prep for Harvest v3 migration #83811.Disciplineslink that went to the approval-flows endpoint and several duplicates.Additions
users-based connection check.Restructuring
applications_interviews) instead of prose titles, and child streams are identifiable by their{...}path segments.Review Guide
docs/integrations/sources/greenhouse.mdlines 5–17: API key prerequisites — worth checking against your own experience of the Greenhouse UI, since the path names come from Greenhouse's docs rather than a screenshot.manifest.yaml; a spot-check of a few rows is the fastest way to validate it.User Impact
Documentation only — no connector behavior changes. Users get accurate setup prerequisites, an explanation for silently empty streams, and advance notice of the Harvest v1 removal deadline.
Can this PR be safely reverted and rolled back?
Link to Devin session: https://app.devin.ai/sessions/cf14b3fbb6da49adb9db762508a1a3a9