-
Notifications
You must be signed in to change notification settings - Fork 214
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 connection pool #210
Fix connection pool #210
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
===========================================
+ Coverage 73.43% 88.12% +14.69%
===========================================
Files 171 171
Lines 16057 16058 +1
===========================================
+ Hits 11791 14151 +2360
+ Misses 4266 1907 -2359
☔ View full report in Codecov by Sentry. |
@MBounouar - adding the fix proposed by @RichardDale; just let me know if you have a better alternative in mind. Looks like something our tests missed. |
@MBounouar (sorry, just fixing alias typo 😉 ) |
The whole sql reading and writing in zipline is a bit awkward, even more so with SQLAlchemy 2.0. Refactoring the code or at least investigating potential improvements would make sense. I have the impression that the whole ingestion process is suspiciously slow. However, I don't think I will be able to pick that up any time soon |
Thanks Stefan and Mehdi - looking forward to this being pushed to conda-forge so our users can upgrade. |
Addresses #209.