docs(source-postgres): fix broken test file link and update documentation#76057
Closed
devin-ai-integration[bot] wants to merge 1 commit into
Closed
docs(source-postgres): fix broken test file link and update documentation#76057devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
…tion - Update data type test reference from deleted Java file to new Kotlin file (connector was rewritten on bulk CDK) - Update Postgres docs version link from v14 to current - Fix Oxford comma and minor grammar improvements - Replace vague 'See here' link text with descriptive anchor text 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 27aa9dd. |
Contributor
Author
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: 2/5 capped: too much code inference
What I Verified vs. What I Inferred
PostgresSourceDatatypeTest.javano longer exists; it has been replaced byPostgresSourceDatatypeTest.ktin the Kotlin source tree. Confirmed by checking the filesystem. Replication methods (CDC, Xmin, Standard) are unchanged per the Kotlin config spec.postgresql.org/docs/current/is the canonical way to link to the latest version, replacing the hardcoded/docs/14/link.Areas of Concern
src/test-integration/kotlin/io/airbyte/integrations/source/postgres/legacy/PostgresSourceDatatypeTest.ktWhat
Fixes a broken link in the source-postgres documentation and makes minor editorial improvements. Triggered by review of commit 5d98b4e (source-postgres 3.8.0-rc.3 with CDK 1.1.1).
How
Corrections
PostgresSourceDatatypeTest.java) that no longer exists after the connector was rewritten in Kotlin on the bulk CDK. Updated to the correct Kotlin path (PostgresSourceDatatypeTest.kt).postgresql.org/docs/14/topostgresql.org/docs/current/so the link stays current with future Postgres releases.Editorial
See [here](...)to descriptive anchor text[Postgres troubleshooting guide](...).@JsonSchemaTitlevalues in the connector spec.Review Guide
All changes are in
docs/integrations/sources/postgres.md: