forked from dlt-hub/verified-sources
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: various fixes of bugs encountered during production
- No longer inferring schemas if the first row_msg in a batch is a DELETE operation - Instead uses sqlalchemy to reflect the schema - In pg9.6, pg_current_xlog_location wasn't reliable which would cause the message consumer to hang until new data was flushed to WAL - Doesn't fix but was the cause for dlt-hub/dlt#2229 (was able to reproduce in the added test case) - Some minor refactoring
- Loading branch information
Nicolas ESTRADA
committed
Feb 19, 2025
1 parent
864b746
commit a591618
Showing
5 changed files
with
208 additions
and
86 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.