-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix: Incremental where clause generation from triggering TypeError #1688
fix: Incremental where clause generation from triggering TypeError #1688
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1688 +/- ##
==========================================
+ Coverage 86.12% 86.24% +0.11%
==========================================
Files 59 59
Lines 4944 4943 -1
Branches 809 809
==========================================
+ Hits 4258 4263 +5
+ Misses 485 481 -4
+ Partials 201 199 -2
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@edgarrmondragon @kgpayne I am in need of your sage wisdom and advice. Codecov is showing
Thanks 🙏 in advance. |
@BuzzCutNorman this is a new test afaict. The code that currently seeds the data for the Lines 21 to 33 in 46f4d6a
so you'll probably want to add a column that acts as replication key and a test that uses a custom catalog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the SQLite test @BuzzCutNorman! This LGTM, I'll let @kgpayne give it a look and merge it.
This is an attempt to implement the third option listed in possible fixes for the bug described in #1676.
Closes #1676
📚 Documentation preview 📚: https://meltano-sdk--1688.org.readthedocs.build/en/1688/