-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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: use a new official CH driver: clickhouse-connect #22039
feat: use a new official CH driver: clickhouse-connect #22039
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22039 +/- ##
===========================================
- Coverage 66.94% 55.67% -11.27%
===========================================
Files 1831 1831
Lines 69833 69833
Branches 7570 7570
===========================================
- Hits 46749 38880 -7869
- Misses 21126 28995 +7869
Partials 1958 1958
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Excited about this development, thanks for the PR 👍 One question about upgrading to 0.4.0 (it worked well locally for me). Also, could we migrate the legacy tests from tests/integration_tests/db_engine_specs/clickhouse_tests.py
to tests/unit_tests/db_engine_specs/test_clickhouse.py
and make sure all relevant code paths are covered? If you need help please ping me on Slack.
Waiting for the 0.4.1 version of |
I think tests are little tricky because The result is the class to test is |
ClickHouse Connect 0.4.1 has been released on PyPI. |
Thank you so much! |
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.
LGTM and tested to work nicely. Looking forward to using this one in the future! 👍
Use official
clickhouse-connect
driver instead ofclickhouse-sqlalchemy
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION