-
Notifications
You must be signed in to change notification settings - Fork 70
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: SQLConnector.table_exists()
to use separate table_name
and schema_name
instead of fully qualified name
#1168
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1168 +/- ##
=======================================
Coverage 83.57% 83.58%
=======================================
Files 42 42
Lines 3873 3874 +1
Branches 657 657
=======================================
+ Hits 3237 3238 +1
Misses 473 473
Partials 163 163
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@edgarrmondragon when you get a chance, please take a look. I left the logging in to show the points I was looking at. I am planning on removing them before I click |
SQLConnector.table_exists()
to use separate table_name
and schema_name
instead of fully qualified name
LGTM! Thanks, @BuzzCutNorman 😄 |
Attempt to fix
table_exists()
to use the parsedfull_table_name
parts table and schema instead of a combined multipart name.Fixes #1167
📚 Documentation preview 📚: https://meltano-sdk--1168.org.readthedocs.build/en/1168/