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

[pg-source] Fix timestamp precision issue with debezium #52617

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

burakku
Copy link
Contributor

@burakku burakku commented Jan 29, 2025

What

This PR is trying to fix the issue in https://github.com/airbytehq/oncall/issues/6857, which the timestamp data converter in pg connector use different precision for different length ts and it cause precision inconsistency with debezium

How

I changed the precision to microsecond consistently for all ts that have precision less than microsecond

Review guide

User Impact

All ts have less precision than microsecond will be converted to microsecond for postgres source connector

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Jan 29, 2025

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

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 5:47pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants