-
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: Ensure SQL streams are sorted when a replication key is set #1951
fix: Ensure SQL streams are sorted when a replication key is set #1951
Conversation
74cd6b0
to
00798e0
Compare
SQLAlchemy 1.* tests are failing because inspected columns have a different order, so the SCHEMA messages, and thus the snapshots, are different. EDIT: Not using snapshots anymore because of this 🤷♂️ |
8ee00ec
to
54e97b2
Compare
Codecov Report
@@ Coverage Diff @@
## main #1951 +/- ##
==========================================
- Coverage 87.04% 87.01% -0.04%
==========================================
Files 59 59
Lines 5109 5112 +3
Branches 827 827
==========================================
+ Hits 4447 4448 +1
- Misses 465 468 +3
+ Partials 197 196 -1
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…eam-with-replication-keys
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.
@edgarrmondragon this looks good to me!
…eam-with-replication-keys
📚 Documentation preview 📚: https://meltano-sdk--1951.org.readthedocs.build/en/1951/