-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(data-warehouse): added sql source v2 #25858
Conversation
Just out of interest, what changes do we need to make to the default dlt source?
Also, just for context; did v1 come from dlt too but they've since updated it, which is why we're now creating a v2? |
@rossgray From the top of my head
I think that's everything. Basically all the fixes we've added over time to the existing SQL source |
Thanks. Wonder if we could contribute some of these changes back to dlt at some point since quite a few of these sound useful to others |
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.
This feels like it could have been multiple PRs but if you're confident that it's all safely behind a FF then
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Problem
Changes
Known issues:
ARRAY
types are a bit funky and need further investigating (they're currently turned off)When using the new source, we can't drop the DB in tests due to an active session to it - unsure where this session is coming from, we dispose of the engine/connection and soEdit: Fixed in my last commitPlan:
Does this work well for both Cloud and self-hosted?
Hopefully
How did you test this code?
Tested extensively locally all day