Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-postgres: improve UI message and doc on xmin #38848

Merged
merged 10 commits into from
Jun 4, 2024
Merged

Conversation

theyueli
Copy link
Contributor

@theyueli theyueli commented Jun 2, 2024

fixes #38850

The current recommendation for using xmin on the UI of the Postgres source connector is misleading; we want to say that the database is not experiencing a high transaction rate such that it is less likely to trigger xmin wraparound soon.

Added sections on the doc and troubleshooting page regarding Xmin as well.

@theyueli theyueli requested a review from a team as a code owner June 2, 2024 06:20
Copy link

vercel bot commented Jun 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Jun 4, 2024 10:38pm

@evantahler
Copy link
Contributor

Feel free to update the docs in the same PR!

For the docs, you can run the site locally as you develop - https://github.com/airbytehq/airbyte/blob/master/docusaurus/README.md

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Jun 4, 2024
@theyueli theyueli changed the title source-postgres: improve UI message for xmin source-postgres: improve UI message and doc on xmin Jun 4, 2024
@theyueli
Copy link
Contributor Author

theyueli commented Jun 4, 2024

Feel free to update the docs in the same PR!

For the docs, you can run the site locally as you develop - https://github.com/airbytehq/airbyte/blob/master/docusaurus/README.md

sounds good, done.

@theyueli theyueli merged commit b2846c0 into master Jun 4, 2024
30 checks passed
@theyueli theyueli deleted the yue/xminui branch June 4, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/postgres
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source-postgres: adding a section on xmin wraparound to its doc
3 participants