chore(source-orb): fix stale external documentation URLs in metadata.yaml - #83333
chore(source-orb): fix stale external documentation URLs in metadata.yaml#83333devin-ai-integration[bot] wants to merge 1 commit into
Conversation
…yaml Replace the two 404 docs.withorb.com/reference/* URLs with current equivalents and add Orb's changelog. Co-Authored-By: bot_apk <apk@cognition.ai>
🤖 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:
|
👋 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
|
|
Note Autopilot progressive rollouts are not enabled for the following modified connector(s):
This is a courtesy heads-up only — it does not block merge or fail any check. |
|
What
Related to https://github.com/airbytehq/oncall/issues/13218:
The API-deprecations audit for the
orbfamily was a no-op, but it surfaced that twoexternalDocumentationUrlsentries insource-orb/metadata.yamlpoint at Orb's retireddocs.withorb.com/reference/*docs site and now return 404.Verified with
curlon 2026-08-03:https://docs.withorb.com/reference/api-reference(current)https://docs.withorb.com/reference/authentication(current)https://docs.withorb.com/api-reference(new)https://docs.withorb.com/essentials/authentication(new)https://changelog.withorb.com/(new)How
Metadata-only change to
externalDocumentationUrls: repointed the two dead URLs at their current equivalents (the authentication page was located viadocs.withorb.com/sitemap.xml) and added Orb's changelog as anapi_release_historyentry, which is one of the allowedtypeenum values in the connector metadata schema.No version bump or connector changelog entry: this follows the precedent of recent metadata-URL fixes such as #83262 (source-amazon-ads) and #82265 (source-github), which changed
metadata.yamldocs URLs only. No connector code, manifest, spec, schema, or sync behavior is touched.Test Coverage
No unit or mock-server test is added. The change contains no executable connector logic — it edits documentation URLs in
metadata.yamlonly. Correctness was verified by checking each URL's HTTP status directly (table above) and confirming thetypevalues against theConnectorMetadataDefinitionV0DataExternalDocumentationUrlTypeenum in the metadata schema. Metadata validation is covered by the repo's existing QA checks in CI.Review guide
airbyte-integrations/connectors/source-orb/metadata.yamlUser Impact
Users and tooling following the connector's external docs links reach live Orb documentation instead of 404 pages. No sync behavior change.
Can this PR be safely reverted and rolled back?
Link to Devin session: https://app.devin.ai/sessions/863c4956d8544dc89dd0e89b72acb78d